Adding null check to dump.ftl. Moving common vars to method in BrowseWidget NIHVIVO-1674

This commit is contained in:
bdc34 2011-01-14 20:13:51 +00:00
parent f40a33062b
commit 9e273a9df6
2 changed files with 14 additions and 28 deletions

View file

@ -8,4 +8,6 @@
${var}
</div>
${stylesheets.add("/css/dump.css")}
<#if stylesheets??>
${stylesheets.add("/css/dump.css")}
</#if>