summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-10-16 16:40:15 +0400
committerAndrew Dolgov <[email protected]>2011-10-16 16:40:15 +0400
commitd6571825bfad3acdef352927392e6d847abcba6d (patch)
treef1c4fd381d102c101bba08b1752e33257bd1d96b /functions.php
parent2cadbc541127e015c4aa6f7d5797709bae5574a1 (diff)
properly truncate headline title in non-combined mode
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a8e0461f0..1776d2dbb 100644
--- a/functions.php
+++ b/functions.php
@@ -5301,7 +5301,7 @@
$reply['content'] .= "<a id=\"RTITLE-$id\"
href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" .
- $line["title"];
+ truncate_string($line["title"], 200);
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
if ($content_preview) {