MyBB Community Forums

Full Version: bug in default theme reading PM?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. In order to avoid errors of incorrect closing tags and lost divs, I think that template private_read

must be

</tr>
{$action_time}
</table>
{$message}

</td>
</tr>
</table>
{$footer}
</body>
</html>

As you can see, </table> closed before {$message}

That would be the correct way of closing
Regards
Not bug?