diff options
author | Steven Barth <steven@midlink.org> | 2008-03-28 10:01:37 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-28 10:01:37 +0000 |
commit | 7e9c97808d27443d6d02a163d9ef0a8bc295f396 (patch) | |
tree | 5f5687a4571d0ac41f8cededc99a39834e0865fb /src/ffluci/view/header.htm | |
parent | 729c6f0f033901eebc07d2e078920a35936a4fbb (diff) |
* Fixed templates to be XHTML 1.1 compliant
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r-- | src/ffluci/view/header.htm | 2 |
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> |