Overview
Artifact ID: | ef022a2d6ed6a0faab8027242682e8f4c6442c01 |
---|---|
Ticket: | 5ff2043c966820498ce41c0dd425b4b2155fa025
Invalid xhtml markup generated (with patch) |
User & Date: | jan.nijtmans 2012-11-06 09:05:14 |
Changes
- Appended to comment:
<hr /><i>jan.nijtmans added on 2012-11-06 09:05:14 UTC:</i><br /> Most of this patch just changes &nbsp; to &#160; which is just the same in html (not in xhmtl). The main part of the remaining has to do with the link generation using the function style_submenu_element(): This function should generate links with all &'s escaped as &amp;'s, but it doesn't. <p> Wouldn't it be better to modify style_submenu_element() such that it escapes all &'s to &amp;? Then those (minor) html5 violations are fixed all at once.