1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

Fixed quotes/cites in posts.

This commit is contained in:
Savetheinternet 2010-12-01 13:08:35 +11:00 committed by Paul Merrill
parent 9e58ce6ed4
commit b61193d86b

View File

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