From c6c010d98a7c67d00c55351b226bfaffb5dcd40d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 15 Sep 2012 18:07:01 +0400 Subject: remove mandatory truncating of post title, limit width using CSS --- include/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 73c2f6d50..3af4af350 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3392,14 +3392,14 @@ $rv['content'] .= "
$parsed_updated
"; if ($line["link"]) { - $rv['content'] .= "
" . - truncate_string($line["title"], 100) . + $line["title"] . "$entry_author
"; } else { - $rv['content'] .= "
" . $line["title"] . "$entry_author
"; + $rv['content'] .= "
" . $line["title"] . "$entry_author
"; } $tag_cache = $line["tag_cache"]; -- cgit v1.2.3