]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: limit links to alternate forms of project_list to active project_filter
[Gitweb] / gitweb.perl
index a1bf9f5e3f8a8773c721c6caa9b6c393d9239b4a31a9cf76858e692f8795e4eb..514f26354fb21f6dd986ee9e71082fa15fc5938ffb87c31d5c64e244be60744d 100755 (executable)
@@ -3982,9 +3982,11 @@ sub git_footer_html {
                }
 
        } else {
-               print $cgi->a({-href => href(project=>undef, action=>"opml"),
+               print $cgi->a({-href => href(project=>undef, action=>"opml",
+                                            project_filter => $project_filter),
                              -class => $feed_class}, "OPML") . " ";
-               print $cgi->a({-href => href(project=>undef, action=>"project_index"),
+               print $cgi->a({-href => href(project=>undef, action=>"project_index",
+                                            project_filter => $project_filter),
                              -class => $feed_class}, "TXT") . "\n";
        }
        print "</div>\n"; # class="page_footer"
This page took 0.316857 seconds and 4 git commands to generate.