Add stupid XHTML 1.0 DOCTYPES to themes
[project/luci.git] / themes / openwrt.org / luasrc / view / themes / openwrt.org / header.htm
index 6078d44ff3ac98d9c3ed4c9c0dc3a83f23c670bc..e8b3d5533bfe19eaf6f538d62cce7e96c243d212 100644 (file)
@@ -36,7 +36,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
 -%>
 
 <?xml version="1.0" encoding="utf-8"?>
 -%>
 
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml10.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
        <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
        <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />