Fixed quotes/cites in posts.

This commit is contained in:
Savetheinternet 2010-12-01 13:08:35 +11:00
parent 88357dc1b3
commit 2247e286a3

View File

@ -212,7 +212,7 @@
}
function markup(&$body) {
global $sql;
global $sql, $board;
if(AUTO_UNICODE) {
$body = str_replace('...', '…', $body);