mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #1554 from EXreaction/ticket/11675
[ticket/11675] Fix template loop
This commit is contained in:
commit
71f6f5ad7e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<a href="{role_mask.groups.U_PROFILE}">{role_mask.groups.GROUP_NAME}</a><!-- IF not role_mask.groups.S_LAST_ROW --> :: <!-- ENDIF -->
|
<a href="{role_mask.groups.U_PROFILE}">{role_mask.groups.GROUP_NAME}</a><!-- IF not role_mask.groups.S_LAST_ROW --> :: <!-- ENDIF -->
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
{L_GROUPS_NOT_ASSIGNED}
|
{L_GROUPS_NOT_ASSIGNED}
|
||||||
<!-- END users -->
|
<!-- END groups -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue