1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

added right arrow in auto_uncidoe

This commit is contained in:
Savetheinternet 2011-02-16 19:21:43 +11:00
parent 50fcf940fc
commit 1dcf2ba9ed

View File

@ -628,6 +628,7 @@
if($config['auto_unicode']) {
$body = str_replace('...', '…', $body);
$body = str_replace('<--', '←', $body);
$body = str_replace('-->', '→', $body);
// En and em- dashes are rendered exactly the same in
// most monospace fonts (they look the same in code