Skip to content

Commit

Permalink
import.php: Remove space before ;
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Aug 17, 2023
1 parent 063d5fc commit e5b4083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ function die_nicely($msg) {
if ($fatal["airport"]) {
$errors[] = _("Your flight data includes unrecognized airports. Please add them to the database and try again.") .
"&nbsp;<input type='button' value='" . _("Add new airport") .
"'onClick='javascript:window.open(\"/html/apsearch\", \"Airport\", \"width=500,height=580,scrollbars=yes\")'>" ;
"'onClick='javascript:window.open(\"/html/apsearch\", \"Airport\", \"width=500,height=580,scrollbars=yes\")'>";
}

if ($fatal["airline"]) {
Expand Down

0 comments on commit e5b4083

Please sign in to comment.