diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewforum_body.html')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index 4bf9423bef..e264d429e2 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -91,7 +91,7 @@ <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> </tr> <tr> - <td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_TOPICS}</b> ]</span></td> + <td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ {TOTAL_TOPICS} ]</span></td> <td class="nav" align="right" nowrap="nowrap">{S_WATCH_FORUM}</td> </tr> </table> |