mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user