broken unicode
This commit is contained in:
parent
c1593be1c8
commit
ea641d4335
@ -116,7 +116,7 @@
|
|||||||
// Unescape HTML characters, to avoid splitting them in half
|
// Unescape HTML characters, to avoid splitting them in half
|
||||||
$body = html_entity_decode_utf8($body);
|
$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.
|
// Re-escape the characters.
|
||||||
return '<em>' . utf8tohtml($body) . '</em>';
|
return '<em>' . utf8tohtml($body) . '</em>';
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
:
|
:
|
||||||
'<em>no subject</em>'
|
'<em>no subject</em>'
|
||||||
) .
|
) .
|
||||||
'<span class="unimportant"> — by ' .
|
'<span class="unimportant"> — by ' .
|
||||||
$news['name'] .
|
$news['name'] .
|
||||||
' at ' .
|
' at ' .
|
||||||
date($config['post_date'], $news['time']) .
|
date($config['post_date'], $news['time']) .
|
||||||
|
Loading…
Reference in New Issue
Block a user