summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 28f8aac..dbbe07f 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -13,6 +13,9 @@ Content-Type: text/html
<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>