-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.3-RC1
-
Component/s: ACP
-
Labels:None
-
GitHub Pull Request URL:
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 --> |