Adding null check to dump.ftl. Moving common vars to method in BrowseWidget NIHVIVO-1674
This commit is contained in:
parent
f40a33062b
commit
9e273a9df6
2 changed files with 14 additions and 28 deletions
|
@ -8,4 +8,6 @@
|
|||
${var}
|
||||
</div>
|
||||
|
||||
${stylesheets.add("/css/dump.css")}
|
||||
<#if stylesheets??>
|
||||
${stylesheets.add("/css/dump.css")}
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue