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

Peter Wemm peter at FreeBSD.org
Sun Jun 8 18:22:29 UTC 2014


Author: peter (src committer)
Date: Sun Jun  8 18:22:28 2014
New Revision: 45033
URL: http://svnweb.freebsd.org/changeset/doc/45033

Log:
  Fix syntax error in previous commit.

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 17:11:06 2014	(r45032)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Sun Jun  8 18:22:28 2014	(r45033)
@@ -733,7 +733,7 @@ sub ErrorExit
 	my $url = $q->url(-full => 1, -query => 1);
 
 	if ($code == EXIT_NOPRS) {
-		print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/>Bugzilla</a>.  This form is obsolete and incomplete.");
+		print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/'>Bugzilla</a>.  This form is obsolete and incomplete.");
 		displayform();
 		print html_footer();
 	} elsif ($code == EXIT_DBBUSY) {


More information about the svn-doc-all mailing list