Corrected error in viewing categories

git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-28 23:43:22 +00:00
parent 2f50dea9f7
commit 3ef0ecf9ed

View file

@ -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">