Browse Source

Duplicate line :S

pull/40/head
Savetheinternet 14 years ago
parent
commit
0448206c72
  1. 1
      inc/functions.php

1
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);

Loading…
Cancel
Save