diff options
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> |