Browse Source

added right arrow in auto_uncidoe

pull/40/head
Savetheinternet 13 years ago
parent
commit
ece3dec9b2
  1. 1
      inc/functions.php

1
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

Loading…
Cancel
Save