diff --git a/inc/functions.php b/inc/functions.php index a26e952b..9a1f27c8 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -165,8 +165,8 @@ // En and em- dashes are rendered exactly the same in // most monospace fonts (they look the same in code // editors). - $body = str_replace('--', '–', $body); // en dash $body = str_replace('---', '—', $body); // em dash + $body = str_replace('--', '–', $body); // en dash } $body = utf8tohtml($body, true);