diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index f4094241e..9548a2fa2 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -674,7 +674,7 @@
}
if ($qpart) {
- print(
+ db_query($link,
"UPDATE ttrss_feeds SET $qpart WHERE id IN ($feed_ids)
AND owner_uid = " . $_SESSION["uid"]);
print "
";
@@ -1389,7 +1389,7 @@
print "
" . __('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.'); - print "
" . __('Click here to register this site as a feed reader.') . "
"; @@ -1405,7 +1405,7 @@ $url_path = article_publish_url($link); - print "Link to published articles feed.
"; + print "Link to published articles feed.
"; print ""; diff --git a/tt-rss.css b/tt-rss.css index 1f99a66c8..62ca4697a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1907,6 +1907,16 @@ a.visibleLink { } +a.visibleLinkB { + color : #4684ff; + border : 1px solid #4684ff; + padding : 2px; +} + +a.visibleLinkB:hover { + background-color : #ecf4ff; +} + table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a { color : #4684ff; }