Add bug for xmlns

master
Josh Triplett 2007-11-08 12:37:44 -08:00
parent a101fb7a05
commit 2bb218865e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
XHTML needs `xmlns="http://www.w3.org/1999/xhtml"` on the `html` element;
otherwise, it will not validate.
--[[JoshTriplett]]