properly truncate headline title in non-combined mode

This commit is contained in:
Andrew Dolgov 2011-10-16 16:40:15 +04:00
parent 2cadbc5411
commit d6571825bf
1 changed files with 1 additions and 1 deletions

View File

@ -5301,7 +5301,7 @@
$reply['content'] .= "<a id=\"RTITLE-$id\" $reply['content'] .= "<a id=\"RTITLE-$id\"
href=\"" . htmlspecialchars($line["link"]) . "\" href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" . onclick=\"\">" .
$line["title"]; truncate_string($line["title"], 200);
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
if ($content_preview) { if ($content_preview) {