Adding check for existance of stylesheets in dumpAll.ftl
This commit is contained in:
parent
e245d05801
commit
f40a33062b
1 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<#if stylesheets??>
|
||||||
${stylesheets.add("/css/dump.css")}
|
${stylesheets.add("/css/dump.css")}
|
||||||
|
</#if>
|
Loading…
Add table
Reference in a new issue