When a entity name has an ' of any other punctuation is being sanitized making autocomplete look weird
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2796101-apostrophe.patch | 408 bytes | jmoratti |
When a entity name has an ' of any other punctuation is being sanitized making autocomplete look weird
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2796101-apostrophe.patch | 408 bytes | jmoratti |
Comments
Comment #2
jmoratti commentedComment #4
b-prod commentedPatch committed, thanks.
I just inverted the functions, so it becomes :
decode_entities(strip_tags($label...Comment #5
b-prod commented@jmoratti: should we not avoid
check_plainand perform afilter_xssinstead?So we could avoid to use
strip_tagsand perhapsdecode_entities.Could you try this with the labels that cause you trouble? Tell me if it works well so I could update the module.
Comment #6
jmoratti commented@b-prod will try and see what happens