Deleted by mistake ${stylesheets.tags} on page.ftl
Included html5.js in a script tag page-home.ftl
This commit is contained in:
parent
8ad81c7195
commit
386163f649
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
${stylesheets.addFromTheme("/css/screen.css")}
|
||||
${stylesheets.tags}
|
||||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||
${headScripts.add("/js/html5.js")}
|
||||
<script type="text/javascript" src="/js/html5.js"></script>
|
||||
${headScripts.tags}
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>${title}</title>
|
||||
<link rel="stylesheet" href="${themeDir}/css/screen.css" />
|
||||
${stylesheets.tags}
|
||||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||
<script type="text/javascript" src="/js/html5.js"></script>
|
||||
${headScripts.tags}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue