Add stupid XHTML 1.0 DOCTYPES to themes
authorSteven Barth <steven@midlink.org>
Mon, 1 Sep 2008 17:36:09 +0000 (17:36 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 1 Sep 2008 17:36:09 +0000 (17:36 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm

index a109582f76a6b47f1316cb3bbfee5c1b20af8d37..ff5dd90e5e96701b7cae67a985999845289414c4 100644 (file)
@@ -36,7 +36,7 @@ require("luci.http").prepare_content("text/html")
 -%>
 
 <?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 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" />
index 48f2a5f2431003f98fc334cfe34b172b3512f07d..356ae369b19855327400a0ee29ed7152af7374ae 100644 (file)
@@ -36,7 +36,7 @@ require("luci.http").prepare_content("text/html")
 -%>
 
 <?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 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" />
index 6078d44ff3ac98d9c3ed4c9c0dc3a83f23c670bc..e8b3d5533bfe19eaf6f538d62cce7e96c243d212 100644 (file)
@@ -36,7 +36,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
 -%>
 
 <?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" />