diff --git a/webapp/web/templates/freemarker/body/partials/dump/dumpAll.ftl b/webapp/web/templates/freemarker/body/partials/dump/dumpAll.ftl index 3e8debe2c..14fb2b16c 100644 --- a/webapp/web/templates/freemarker/body/partials/dump/dumpAll.ftl +++ b/webapp/web/templates/freemarker/body/partials/dump/dumpAll.ftl @@ -24,4 +24,6 @@ -${stylesheets.add("/css/dump.css")} \ No newline at end of file +<#if stylesheets??> + ${stylesheets.add("/css/dump.css")} + \ No newline at end of file