Mercurial > p > roundup > code
changeset 6305:df93ee0458ae
Use html5 doctype
Address issues reported by lighthouse.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 23 Dec 2020 21:31:54 -0500 |
| parents | 2ded9a8be017 |
| children | 871dc7904d7a |
| files | website/issues/html/page.html |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/issues/html/page.html Mon Dec 21 00:00:39 2020 -0500 +++ b/website/issues/html/page.html Wed Dec 23 21:31:54 2020 -0500 @@ -1,5 +1,5 @@ <tal:block metal:define-macro="icing"> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <html> <head> <title metal:define-slot="head_title">title goes here</title>
