-
Bug
-
Resolution: Fixed
-
3.0.0
-
None
-
PHP Environment:
Database:
In viewtopic.html under the subsilver 2 style, a table row is not closed if a post is ignored. The is the very basic HTML of it:
<tr>
|
<!-- IF postrow.S_IGNORE_POST -->
|
<td class="gensmall" ... > ...</td>
|
<!-- ELSE -->
|
...
|
</tr>
|
<!-- ENDIF -->
|
<tr>
|

