Duplicate line :S

This commit is contained in:
Savetheinternet 2010-11-03 20:51:32 +11:00
parent 5f0a3aa146
commit 0448206c72

View File

@ -101,7 +101,6 @@
$body = str_replace('...', '…', $body);
$body = str_replace('<--', '←', $body);
$body = str_replace('--', '—', $body);
$body = str_replace('...', '…', $body);
}
$body = utf8tohtml($body, true);