Fix syntax error in previous commit.

This commit is contained in:
Peter Wemm 2014-06-08 18:22:28 +00:00
parent 9e14a35364
commit 8063ec8fcf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45033

View file

@ -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) {