From 0448206c72734ca7fa30bd68c2a3e246306cd50c Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 20:51:32 +1100 Subject: [PATCH] Duplicate line :S --- inc/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index b709ea7c..a42d0288 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -101,7 +101,6 @@ $body = str_replace('...', '…', $body); $body = str_replace('<--', '←', $body); $body = str_replace('--', '—', $body); - $body = str_replace('...', '…', $body); } $body = utf8tohtml($body, true);