Browse Source

Fixed quotes/cites in posts.

pull/40/head
Savetheinternet 14 years ago
parent
commit
2247e286a3
  1. 2
      inc/functions.php

2
inc/functions.php

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

Loading…
Cancel
Save