1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 11:41:28 +00:00

remove view_mode remark from generated feed url

This commit is contained in:
Andrew Dolgov
2011-04-02 11:15:43 +04:00
parent 6c0ba5b667
commit 7b8931889b

View File

@@ -4238,13 +4238,6 @@
$search_q = "";
}
// Adaptive doesn't really make any sense for generated feeds
// All Articles is the default, so no need to insert it either
if ($view_mode == "adaptive" || $view_mode == "all_articles")
$view_mode = "";
else
$view_mode = "&view-mode=$view_mode";
$reply .= "
<a href=\"#\"
title=\"".__("View as RSS feed")."\"