]> git.tuebingen.mpg.de Git - paraslash.git/commit - web/header2.html
web: Remove "/" character in <br> elements.
authorAndre Noll <maan@systemlinux.org>
Mon, 30 Dec 2013 01:00:40 +0000 (01:00 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:29 +0000 (16:49 +0100)
commitd6f02e067c271638857bb9bac51770da7fa95527
tree8f2bfe807eb560b4e5c36f7e703e2013a6830c47
parentd157bc047237ffabf87de545b2bf01d895d8904d
web: Remove "/" character in <br> elements.

'br' is an empty element, i.e., it can take no content and it may not
have an end tag.  Indeed, the W3C Markup Validation Service complains
about this:

Line 33, Column 42: NET-enabling start-tag requires SHORTTAG YES

This bug was introduced in commit 607d79aa (web: Unify <br>
elements. 2013-08).
web/header.html
web/header2.html