Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-6856 now.

Row not closed in subsilver2 viewtopic for ignored post (fix completed in vcs)

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:
Code: Select all
<tr>
<!-- IF postrow.S_IGNORE_POST -->
   <td class="gensmall" ... > ...</td>
<!-- ELSE -->
   ...
</tr>
<!-- ENDIF -->
<tr>

Comments / History

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on Jan 17th 2008, 10:21

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on Jan 30th 2008, 15:32

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Jan 30th 2008, 16:10

Ticket details