diff options
author | Ted Trask <ttrask01@yahoo.com> | 2019-09-11 15:50:47 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2019-09-11 15:50:47 +0000 |
commit | 825a6bb26224144600791af09bb4d26de2273958 (patch) | |
tree | 50966a86cbeb64066ceca18f2ecc305956dea627 | |
parent | de2936ef69bf084163c8dd13724bdc58290c468a (diff) | |
download | acf-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.
-rw-r--r-- | app/template-html.lsp | 1 |
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]--> |