summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 18:44:17 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 18:47:35 +0400
commit14c53e4e60faa5c6551bf235e3e51ef59ef42597 (patch)
tree0a2f230b2f21c45b536bd4911b1171183403b505 /include
parent5973c74c341cb1a7b4d01ba03db0a2b54aca6c0b (diff)
tweak visual for headlines
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index e3e113786..2a239d303 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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);