summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-10 13:36:20 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-10 13:36:20 +0000
commitd5ca101816a4c8fe21696d43438bfce7561cb802 (patch)
treed7a5dfb575cc7b5d6d38fa48d79fd3d821f38e0e
parentafc9e3c084fa14da285862e9bda503ecf814804a (diff)
downloadacf-core-d5ca101816a4c8fe21696d43438bfce7561cb802.tar.bz2
acf-core-d5ca101816a4c8fe21696d43438bfce7561cb802.tar.xz
Change template doctype to strict dtd
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@530 ab2d0c66-481e-0410-8bed-d214d4d58bed
-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>