Duplicate line :S
This commit is contained in:
parent
5f0a3aa146
commit
0448206c72
|
@ -101,7 +101,6 @@
|
||||||
$body = str_replace('...', '…', $body);
|
$body = str_replace('...', '…', $body);
|
||||||
$body = str_replace('<--', '←', $body);
|
$body = str_replace('<--', '←', $body);
|
||||||
$body = str_replace('--', '—', $body);
|
$body = str_replace('--', '—', $body);
|
||||||
$body = str_replace('...', '…', $body);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$body = utf8tohtml($body, true);
|
$body = utf8tohtml($body, true);
|
||||||
|
|
Loading…
Reference in New Issue