]> git.draconx.ca Git - homepage.git/commitdiff
Add spaces in self-closing XML tags.
authorNick Bowler <nbowler@draconx.ca>
Sun, 21 Jun 2020 16:14:01 +0000 (12:14 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 21 Jun 2020 16:18:56 +0000 (12:18 -0400)
Some very old browsers that do not implement XHTML get confused by
tags like <hr/> but have no problem with <hr />.  This is very easy
to accomodate so let's do it.


No differences found