svn commit: r45033 - head/en_US.ISO8859-1/htdocs/cgi
Peter Wemm <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"