mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:55:57 +00:00
feedlist: replace a elements with spans
This commit is contained in:
@@ -1657,8 +1657,8 @@
|
||||
$link_title = "Updated: $last_updated";
|
||||
}
|
||||
|
||||
$feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\"
|
||||
href=\"javascript:viewfeed('$feed_id', '', false, '', false, 0);\">$feed_title</a>";
|
||||
$feed = "<span class='feedlink' title=\"$link_title\" id=\"FEEDL-$feed_id\" href=\"#\"
|
||||
onclick=\"viewfeed('$feed_id');\">$feed_title</span>";
|
||||
|
||||
/* if ($feed_id < -10) {
|
||||
$bg_color = "#00ccff";
|
||||
|
||||
Reference in New Issue
Block a user