From: Andrew Dolgov Date: Thu, 14 Jun 2012 16:47:30 +0000 (+0400) Subject: New class to differentiate post title & tags X-Git-Tag: 1.6.0~215 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f0755b7c7e5268edcb5924ed12589a4c52c0673b;p=tt-rss.git New class to differentiate post title & tags --- diff --git a/include/functions.php b/include/functions.php index 3ad438d8..e914ac36 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'] .= "