mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
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…
x
Reference in New Issue
Block a user