Fixed quotes/cites in posts.
This commit is contained in:
parent
9e58ce6ed4
commit
b61193d86b
|
@ -212,7 +212,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function markup(&$body) {
|
function markup(&$body) {
|
||||||
global $sql;
|
global $sql, $board;
|
||||||
|
|
||||||
if(AUTO_UNICODE) {
|
if(AUTO_UNICODE) {
|
||||||
$body = str_replace('...', '…', $body);
|
$body = str_replace('...', '…', $body);
|
||||||
|
|
Loading…
Reference in New Issue