From f0755b7c7e5268edcb5924ed12589a4c52c0673b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jun 2012 20:47:30 +0400 Subject: New class to differentiate post title & tags --- include/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/functions.php b/include/functions.php index 3ad438d86..e914ac365 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3367,14 +3367,14 @@ $rv['content'] .= "
$parsed_updated
"; if ($line["link"]) { - $rv['content'] .= "
" . truncate_string($line["title"], 100) . "$entry_author
"; } else { - $rv['content'] .= "
" . $line["title"] . "$entry_author
"; + $rv['content'] .= "
" . $line["title"] . "$entry_author
"; } $tag_cache = $line["tag_cache"]; @@ -3391,7 +3391,7 @@ if (!$entry_comments) $entry_comments = " "; # placeholder - $rv['content'] .= "
+ $rv['content'] .= "