From ece3dec9b24937e17bcb331ec3d44e721c11b314 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Feb 2011 19:21:43 +1100 Subject: [PATCH] added right arrow in auto_uncidoe --- inc/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/functions.php b/inc/functions.php index b8320175..0c760ae6 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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