* Fixed templates to be XHTML 1.1 compliant
[project/luci.git] / src / ffluci / view / header.htm
index db5570515b3b19dd0fe761e1a1d19632471718e3..66495da43c94495d3cdba7937a7088febd8213bb 100644 (file)
@@ -11,6 +11,8 @@ require("ffluci.http").htmlheader()
 <head>
        <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
        <link rel="stylesheet" type="text/css" href="<%=media%>/css/<%=req.category%>_<%=req.module%>.css" />
+       <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
+       <meta http-equiv="content-script-type" content="text/javascript" />
        <title>FFLuCI</title>
 </head>
 <body>