more tweaks to wilma to correct issues with theme images (visualization, property groups, and editing) and markup conflicts for custom editing forms NIHVIVO-556

This commit is contained in:
nac26 2010-10-26 17:17:37 +00:00
parent 41c8c202d9
commit 8ccfef4fcc
7 changed files with 11 additions and 11 deletions

View file

@ -83,7 +83,7 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
<head>
<meta charset="utf-8" />
<title>${title}</title>
<link rel="stylesheet" href="<%=themeDir%>/css/style.css" />
<link rel="stylesheet" href="<%=themeDir%>css/style.css" />
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
<%-- ${headScripts.add("/js/html5.js")} --%>