summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2019-09-11 15:50:47 +0000
committerTed Trask <ttrask01@yahoo.com>2019-09-11 15:50:47 +0000
commit825a6bb26224144600791af09bb4d26de2273958 (patch)
tree50966a86cbeb64066ceca18f2ecc305956dea627 /app/template-html.lsp
parentde2936ef69bf084163c8dd13724bdc58290c468a (diff)
downloadacf-core-825a6bb26224144600791af09bb4d26de2273958.tar.bz2
acf-core-825a6bb26224144600791af09bb4d26de2273958.tar.xz
Fix HTML template to include <head>
Added blank line because <head> and <meta> tags were dropped otherwise.
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 7b75007..e0be515 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -22,6 +22,7 @@ if pageinfo.skinned ~= "false" and viewlibrary and viewlibrary.dispatch_componen
end
%>
+
<!DOCTYPE html>
<!--[if IE 6]> <html class="ie6"> <![endif]-->
<!--[if IE 7]> <html class="ie7"> <![endif]-->