Skip to content

Commit

Permalink
Fix syntax error in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHelmet433 committed Jun 8, 2014
1 parent bd6cd55 commit b6cae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b6cae60

Please sign in to comment.