Fix error in dump template

This commit is contained in:
ryounes 2011-05-02 16:15:53 +00:00
parent ce2f6361c6
commit 0e376ae2a9

View file

@ -55,7 +55,7 @@ div.dump {
<li class="variable">
<p><strong>Variable name:</strong> ${key}</p>
<#local type = dump[key].type>
<#local type = dump[key].type!>
<#if type == "Directive" || type == "Method">
<@doMethod dump[key] />
<#else>