summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/header.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-28 10:01:37 +0000
committerSteven Barth <steven@midlink.org>2008-03-28 10:01:37 +0000
commit7e9c97808d27443d6d02a163d9ef0a8bc295f396 (patch)
tree5f5687a4571d0ac41f8cededc99a39834e0865fb /src/ffluci/view/header.htm
parent729c6f0f033901eebc07d2e078920a35936a4fbb (diff)
* Fixed templates to be XHTML 1.1 compliant
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r--src/ffluci/view/header.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm
index db5570515b..66495da43c 100644
--- a/src/ffluci/view/header.htm
+++ b/src/ffluci/view/header.htm
@@ -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>