Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.2.2
-
None
-
Unit
-
Unknown
-
Description
That's because to generate the id we "clean" the header using
text.replaceAll("[^a-zA-Z0-9]", "")
which remove every non alphanumeric ASCII characters.
We need to convert non "valid" characters in some equivalent supported by XHTML specs instead of just remove them.
Attachments
Issue Links
- relates to
-
XWIKI-4971 Header generated ids are wrong in 1.0 syntax
- Closed