mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-31 20:22:00 -07:00
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:
@@ -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);
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user