Adding check for existance of stylesheets in dumpAll.ftl

This commit is contained in:
bdc34 2011-01-14 19:44:16 +00:00
parent e245d05801
commit f40a33062b

View file

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