Ticket Change Details
Not logged in
Overview

Artifact ID: ef022a2d6ed6a0faab8027242682e8f4c6442c01
Ticket: 5ff2043c966820498ce41c0dd425b4b2155fa025
Invalid xhtml markup generated (with patch)
User & Date: jan.nijtmans 2012-11-06 09:05:14
Changes

  1. Appended to comment:
    
    
    <hr /><i>jan.nijtmans added on 2012-11-06 09:05:14 UTC:</i><br />
    Most of this patch just changes &amp;nbsp; to &amp;#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 &amp;'s escaped as &amp;amp;'s, but it doesn't.
    <p>
    Wouldn't it be better to modify style_submenu_element() such that it escapes all &amp;'s to &amp;amp;? Then those (minor) html5 violations are fixed all at once.