
Ignore Feature (Features)
Hi Per Bylund,
ignore feature
Good idea. But do these guys always post with the same name / in the same category?
Double quotation mark immediately followed by a right parenthesis is interpreted by the system as a smiley (!).
Oh yes, that's really ugly! It's caused by htmlspecialchars: " is converted into " - followed by a ")" it forms the smiley code ";)". Unfortunately I cannot just interchange the two functions as htmlspecialchars would then deactivate the HTML code for the smilies. A quick solution would be removing the smiley code ";)".
Alex