fully wrap post tables in <div class='post'>

[fixes #40] broken html
also! fixes profile sample posts and private messages
This commit is contained in:
Xkeeper
2018-12-11 15:09:38 -08:00
parent 4a01479bf3
commit 2e047c1c1c
5 changed files with 50 additions and 35 deletions

View File

@@ -50,6 +50,6 @@
if ($isadmin)
$ip = (($quote) ? ' | ' : '') . "IP: <a href=ipsearch.php?ip=$msg[ip]>$msg[ip]</a>";
print $header.$top.$tblstart.threadpost($post,1).$tblend.$top.$footer;
print $header.$top.threadpost($post,1).$top.$footer;
printtimedif($startingtime);
?>
?>