Skip to content

fix HTML5 validation

Paolo Greppi requested to merge paolog/website:html5-validation into master

currently the HTML5 of https://ftp-master.debian.org/ is invalid as per https://validator.w3.org/nu/?doc=https%3A%2F%2Fftp-master.debian.org%2F:

validator.w3.org_nu__doc_https_3A_2F_2Fftp-master.debian.org_2F

there are 2 errors like:

Error: The tt element is obsolete. Use CSS instead.
From line 106, column 41; to line 106, column 44
nix group <tt>debadm

and 9 Info messages similar to:

Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
From line 26, column 13; to line 27, column 40
          <img src="https://www.debian.org/Pics/red-lowerright.png"↩            id="red-lowerright" alt=""/>↩     

Merge request reports

Loading