summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/template-html.lsp5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 0c73aa1..acf4824 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -9,13 +9,10 @@ Content-Type: text/html
end
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DDD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<!--[if lt IE 8]>
-<script src="/static/IE8.js" type="text/javascript"></script>
-<![endif]-->
<title><?= pageinfo.hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title>
<link rel="stylesheet" type="text/css" href="<?= "/"..pageinfo.skin.."/"..pageinfo.skin..".css" ?>">
</head>