This commit is contained in:
tworrall 2013-09-23 08:58:24 -04:00
parent 500bb456c3
commit f76ee886d5
2 changed files with 3 additions and 4 deletions

View file

@ -18,7 +18,7 @@
<#-- List the menu items -->
<ul class="menuItems">
<#list hasElement.statements as statement>
<li class="menuItem"><#include "${hasElement.template}"> <span class="controls"><!--p.editingLinks "hasElement" statement editable /--></span></li>
<li class="menuItem"><#include "${hasElement.template}"> <span class="controls"><!--p.editingLinks "hasElement" "" statement editable /--></span></li>
</#list>
</ul>