-
Bug
-
Resolution: Fixed
-
Trivial
-
3.1.1
-
None
Around line 150, /adm/style/acp_icons.html says the following:
<!-- ELSE --> |
<tr class="row3"> |
<td colspan="{COLSPAN}">{L_NO_ICONS}</td> |
</tr> |
<!-- ENDIF --> |
This should be something like:
<!-- ELSE --> |
</thead> |
<tbody> |
<tr class="row3"> |
<td colspan="{COLSPAN}">{L_NO_ICONS}</td> |
</tr> |
<!-- ENDIF --> |