svn commit: r45028 - head/en_US.ISO8859-1/htdocs/cgi

Eitan Adler eadler at FreeBSD.org
Sun Jun 8 08:02:43 UTC 2014


Author: eadler
Date: Sun Jun  8 08:02:42 2014
New Revision: 45028
URL: http://svnweb.freebsd.org/changeset/doc/45028

Log:
  During the temporary period, drop the footer on the gnats PRs.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Sun Jun  8 08:00:18 2014	(r45027)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Sun Jun  8 08:02:42 2014	(r45028)
@@ -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')
 	);
 }


More information about the svn-doc-head mailing list