Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 18:22:28 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45033 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201406081822.s58IMSfd040567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081822.s58IMSfd040567>