diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/viewtopic_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 4236634522..9050f3109e 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -133,12 +133,6 @@ <td class="gensmall" colspan="2" height="25" align="center">{postrow.L_IGNORE_POST}</td> <!-- ELSE --> - <!-- IF postrow.FORCE_ENCODING --> - <td class="gensmall" colspan="2" height="25" align="center">{postrow.FORCE_ENCODING}</td> - </tr> - <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> - <!-- ENDIF --> - <td align="center" valign="middle"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a><b class="postauthor">{postrow.POSTER_NAME}</b></td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> |