From 14c53e4e60faa5c6551bf235e3e51ef59ef42597 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 18:44:17 +0400 Subject: tweak visual for headlines --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') 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 .= "" . $tags[$i] . ", "; + $tags_str .= "" . $tags[$i] . ", "; } $tags_str = mb_substr($tags_str, 0, mb_strlen($tags_str)-2); -- cgit v1.2.3