I enter a term in quotes -- "BUYTAERT, Dries" and save the node. OK.
If I then re-edit/moderate the node and save, 3 double quote marks appear in the autocomplete box - """BUYTAERT, Dries"""
This creates a new term with quotes now included in the term name ("BUYTAERT, Dries") and after a while (with undiscerning users) they can pile up like this: """""""""BUYTAERT, Dries"""""""""
This error does not occur in the core taxonomy autocomplete (lines 128-133, taxonomy.pages.inc) and it appears to be a recent bug
Is this related to this fix? #336275: own solution
Many thanks
R3
Comments
Comment #1
corkyk commentedBump, I have the same problem on two drupal sites. Something like "I wasn't" becomes """I wasn''''t""" as you edit and save it. Adds another single or double quote over and over with each edit.
It's making my sites look horrible. I can't figure out why!
Comment #2
mh86 commentedyes, it seems like, that this bug has been introduced with this fix
Comment #3
mh86 commentedbug has been fixed, changes are in the latest dev