mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 19:29:28 +01:00
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…
x
Reference in New Issue
Block a user