Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10442

XHTML is invalid when a forum link without redirect counter is present

XMLWordPrintable

      When we have a forum link without displaying redirect counter, the XHTML validation is a failure because <dd></dd> is missing between <dl></dl>.

      Actually we have:

      <dl>
         <dt></dt>
      </dl>

      But we must have, at least, to be valid:

      <dl>
         <dt></dt>
         <dd></dd>
      </dl>

      See: http://www.whatwg.org/specs/web-apps/current-work/#the-dl-element

            nickvergessen Joas Schilling
            Maël Soucaze Maël Soucaze [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: