mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
Corrected error in viewing categories
git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr class="catheader">
|
||||
<td colspan="6"><a href="">{catrow.CAT_DESC}</a></td>
|
||||
<td colspan="6"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN forumrow -->
|
||||
<tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody">
|
||||
|
Reference in New Issue
Block a user