mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-18 05:48:34 +01:00
added right arrow in auto_uncidoe
This commit is contained in:
parent
931b082872
commit
ece3dec9b2
@ -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…
x
Reference in New Issue
Block a user