1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:55:55 +00:00

tweak visual for headlines

This commit is contained in:
Andrew Dolgov
2013-05-07 18:44:17 +04:00
parent 5973c74c34
commit 14c53e4e60
4 changed files with 71 additions and 42 deletions

View File

@@ -3398,7 +3398,7 @@
$maxtags = min(5, count($tags));
for ($i = 0; $i < $maxtags; $i++) {
$tags_str .= "<a href=\"#\" onclick=\"viewfeed('".$tags[$i]."'\")>" . $tags[$i] . "</a>, ";
$tags_str .= "<a class=\"tag\" href=\"#\" onclick=\"viewfeed('".$tags[$i]."'\")>" . $tags[$i] . "</a>, ";
}
$tags_str = mb_substr($tags_str, 0, mb_strlen($tags_str)-2);