]> git.ipfire.org Git - thirdparty/patchwork.git/commit
ui: Switch to HTML5 doctype and fix issues
authorDamien Lespiau <damien.lespiau@intel.com>
Sun, 20 Dec 2015 03:53:53 +0000 (03:53 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 8 Feb 2016 19:03:46 +0000 (19:03 +0000)
commitc02b41a30f8fb2554c6f57d2063a1944c89aab8e
tree97b0edd49e899c7b8803d66b3424b923fea616d9
parent73b0a3db61d3bfe28d48149233215190190d7c5b
ui: Switch to HTML5 doctype and fix issues

A few common things:

- Remove the 'role' attribute of <nav>
- Don't use the self closing syntax ('/>') on non void elements
- Don't use the language attribution in <script>
- Remove spurious attributes
- The 'check' attribute of <input> doesn't take any value

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/filters.py
patchwork/templates/patchwork/filters.html
patchwork/templates/patchwork/patch-list.html
patchwork/templates/patchwork/patch.html
patchwork/templates/patchwork/profile.html
templates/base.html