From: Andrew Dolgov Date: Fri, 25 Nov 2005 08:24:20 +0000 (+0100) Subject: simplify article view header X-Git-Tag: schema_feature_freeze_for_1.1~101 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b400ca775a2937f5e807c1744ccd99c2372fd347;p=tt-rss.git simplify article view header --- diff --git a/backend.php b/backend.php index 01ea67ee..a831028a 100644 --- a/backend.php +++ b/backend.php @@ -559,8 +559,7 @@ print "
"; - print " - "; + print ""; $tmp_result = db_query($link, "SELECT DISTINCT tag_name FROM ttrss_tags WHERE post_int_id = " . $line["int_id"] . " @@ -570,13 +569,12 @@ while ($tmp_line = db_fetch_assoc($tmp_result)) { $tag = $tmp_line["tag_name"]; - $tags_str .= "$tag / "; + $tags_str .= "$tag, "; } - $tags_str = preg_replace("/ \/ $/", "", $tags_str); + $tags_str = preg_replace("/, $/", "", $tags_str); - print " - ";
Title:" . $line["title"] . "
" . $line["title"] . "
Link: + print "
".$line["link"]." $entry_comments $tags_str