Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0
-
N/A
-
N/A
-
Description
Put the following in a wiki page:
{{html}} <p>before ä Ä after</p> {{/html}}
The visible output is:
before ä Ä after
The produced HTML is:
<p>before ä &Auml; after</p>
As you can see the Ä named entity is not recognized and thus escaped. If you disable the cleaning the output is fine.
{{html clean="false"}} <p>before ä Ä after</p> {{/html}}
Visible text:
before ä Ä after
Produced HTML:
<p>before ä Ä after</p>
Note that the Ä named entity is supported by HTML4 (and newer versions).
Attachments
Issue Links
- is duplicated by
-
CKEDITOR-146 Some symbol are converted into HTML entities while saving
- Closed
-
XWIKI-14249 French translated Office Server State doesn't look good (on l10n the Translated text appears to be État du serveur)
- Closed
- relates to
-
CKEDITOR-38 CKEditor converts Umlaute to HTML equivalents
- Closed