Skip to content

Commit

Permalink
Fix HTML issue
Browse files Browse the repository at this point in the history
The Name header was malformed and not displayed. This fixes the header.
  • Loading branch information
jharder authored and reedy committed Aug 19, 2024
1 parent 5234b5b commit 0bf744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function payPalOutput($short = true) {
<td class="data"><?php echo _('Unique OpenFlights identifier for this airport.'); ?></td>
</tr>
<tr>
<td class="head"<?php echo _('Name'); ?>'); ?></td>
<td class="head"><?php echo _('Name'); ?></td>
<td class="data"><?php echo _('Name of airport. May or may not contain the <b>City</b> name.'); ?></td>
</tr>
<tr>
Expand Down

0 comments on commit 0bf744e

Please sign in to comment.