themes/*: Use application/xhtml+xml as Mime-Type
authorSteven Barth <steven@midlink.org>
Thu, 7 Aug 2008 21:48:58 +0000 (21:48 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 7 Aug 2008 21:48:58 +0000 (21:48 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm

index db94370..a6ec5b8 100644 (file)
@@ -39,7 +39,7 @@ require("luci.http").prepare_content("text/html")
 <head>
        <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
        <% if node and node.css then %><link rel="stylesheet" type="text/css" href="<%=resource%>/<%=node.css%>" /><% end %>
-       <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
+       <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
        <meta http-equiv="content-script-type" content="text/javascript" />
        <title><%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI</title>
 </head>
index 09ef09e..b26b68a 100644 (file)
@@ -41,7 +41,7 @@ require("luci.http").prepare_content("text/html")
 <head>
        <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
        <% if node and node.css then %><link rel="stylesheet" type="text/css" href="<%=resource%>/<%=node.css%>" /><% end %>
-       <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
+       <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
        <meta http-equiv="content-script-type" content="text/javascript" />
        <title><%= hostname .. ( (node and node.title) and ' - ' .. node.title or '') %> - LuCI</title>