mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Corrected error in viewing categories
git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2f50dea9f7
commit
3ef0ecf9ed
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN catrow -->
|
<!-- BEGIN catrow -->
|
||||||
<tr class="catheader">
|
<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>
|
</tr>
|
||||||
<!-- BEGIN forumrow -->
|
<!-- BEGIN forumrow -->
|
||||||
<tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody">
|
<tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody">
|
||||||
|
|
Loading…
Add table
Reference in a new issue