From 0e376ae2a9b87d046e403bcac32d66ec6415059d Mon Sep 17 00:00:00 2001 From: ryounes Date: Mon, 2 May 2011 16:15:53 +0000 Subject: [PATCH] Fix error in dump template --- webapp/web/templates/freemarker/body/partials/dump/dump.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/partials/dump/dump.ftl b/webapp/web/templates/freemarker/body/partials/dump/dump.ftl index bff99fa73..581fb09f7 100644 --- a/webapp/web/templates/freemarker/body/partials/dump/dump.ftl +++ b/webapp/web/templates/freemarker/body/partials/dump/dump.ftl @@ -55,7 +55,7 @@ div.dump {
  • Variable name: ${key}

    - <#local type = dump[key].type> + <#local type = dump[key].type!> <#if type == "Directive" || type == "Method"> <@doMethod dump[key] /> <#else>