mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
generated feeds always sorted by updated desc
This commit is contained in:
14
backend.php
14
backend.php
@@ -869,12 +869,14 @@
|
||||
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
|
||||
}
|
||||
|
||||
print "
|
||||
<a target=\"_new\"
|
||||
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\"
|
||||
<img class=\"noborder\"
|
||||
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
|
||||
</a>";
|
||||
if (!$bottom) {
|
||||
print "
|
||||
<a target=\"_new\"
|
||||
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\"
|
||||
<img class=\"noborder\"
|
||||
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
|
||||
</a>";
|
||||
}
|
||||
|
||||
print "</td>";
|
||||
print "</tr></table>";
|
||||
|
||||
Reference in New Issue
Block a user