NIHVIVO-2810 NIHVIVO-2232 Fixed a typo for the menu management sortable list causing problems in IE6/7.
This commit is contained in:
parent
3d37d30bf9
commit
df999f3aef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<#-- List the menu items -->
|
<#-- List the menu items -->
|
||||||
<ul class="menuItems">
|
<ul class="menuItems">
|
||||||
<#list hasElement.statements as statement>
|
<#list hasElement.statements as statement>
|
||||||
<li class="menuItem"><#include "${hasElement.template}"> <span class="controls"><@p.editingLinks "hasElement" statement editable /></a></li>
|
<li class="menuItem"><#include "${hasElement.template}"> <span class="controls"><@p.editingLinks "hasElement" statement editable /></span></li>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue