Set a valid HTML5 doctype before we use HTML5 features

It isn't valid HTML5 to use maxlength with input[type="number"]
This commit is contained in:
Kyle Fuller
2012-03-21 17:28:30 +00:00
parent 7b42dc7063
commit 7beb7172d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
<? LT ?>xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html>