forked from leftypol/leftypol
broken unicode
This commit is contained in:
parent
c1593be1c8
commit
ea641d4335
2 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@
|
|||
// Unescape HTML characters, to avoid splitting them in half
|
||||
$body = html_entity_decode_utf8($body);
|
||||
|
||||
$body = substr($body, 0, $len) . (strlen($body) > $len ? '…' : '');
|
||||
$body = substr($body, 0, $len) . (strlen($body) > $len ? '…' : '');
|
||||
|
||||
// Re-escape the characters.
|
||||
return '<em>' . utf8tohtml($body) . '</em>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue