From 23936b73d6ec851f6728c5bca40339f33064a2c0 Mon Sep 17 00:00:00 2001 From: Eitan Adler <eadler@FreeBSD.org> Date: Sun, 8 Jun 2014 08:02:42 +0000 Subject: [PATCH] During the temporary period, drop the footer on the gnats PRs. --- en_US.ISO8859-1/htdocs/cgi/query-pr.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi b/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi index 17ff1965d0..4b6fb0ba53 100755 --- a/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi @@ -862,6 +862,6 @@ sub FooterLinks my $url = $q->url(-full => 1, -query => 1); return $q->div({-class => 'footerlinks'}, - . $q->a({-href => $url . '&f=raw'}, 'Raw PR') + $q->a({-href => $url . '&f=raw'}, 'Raw PR') ); }