Fix error in dump template
This commit is contained in:
parent
ce2f6361c6
commit
0e376ae2a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ div.dump {
|
||||||
<li class="variable">
|
<li class="variable">
|
||||||
<p><strong>Variable name:</strong> ${key}</p>
|
<p><strong>Variable name:</strong> ${key}</p>
|
||||||
|
|
||||||
<#local type = dump[key].type>
|
<#local type = dump[key].type!>
|
||||||
<#if type == "Directive" || type == "Method">
|
<#if type == "Directive" || type == "Method">
|
||||||
<@doMethod dump[key] />
|
<@doMethod dump[key] />
|
||||||
<#else>
|
<#else>
|
||||||
|
|
Loading…
Add table
Reference in a new issue