Fix syntax error in previous commit.
This commit is contained in:
parent
9e14a35364
commit
8063ec8fcf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45033
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue