Apostrophes appear as & # 0 3 9 ; for example, in boxes titles. I believe this is because check_plain is called twice on box titles. I will provide a patch that fixes the issue.

CommentFileSizeAuthor
#1 1680876-html_special_chars-1.patch884 bytesguillaumev
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

guillaumev’s picture

Status: Active » Needs review
FileSize
884 bytes

Here is the patch.

jwilson3’s picture

This looks right, but we need to verify whether with this change, i18n_string_translate() or somewhere else along the render process, the text is passed through a check_plain at least once. We also need to see what the going consensus is on block titles (eg, are special characters permitted but html tags not?).