We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18414e3 + 0074132 commit 2822b6dCopy full SHA for 2822b6d
flights.sh
@@ -29,7 +29,7 @@ fi
29
} else {
30
$2 = ($2 in airline) ? airline[$2] : $2;
31
}
32
- route = "<a href=\"https://www.flightradar24.com/data/airports/" tolower($4) "\" target=\"_blank\" rel=\"noreferrer\">" $4 "</a> ✈ <a href=\"https://www.flightradar24.com/data/airports/" tolower($5) "\" target=\"_blank\" rel=\"noreferrer\">" $5 "</a>";
+ route = "<code><a href=\"https://www.flightradar24.com/data/airports/" tolower($4) "\" target=\"_blank\" rel=\"noreferrer\">" $4 "</a></code> ✈ <code><a href=\"https://www.flightradar24.com/data/airports/" tolower($5) "\" target=\"_blank\" rel=\"noreferrer\">" $5 "</a></code>";
33
lines[NR] = "<tr><td>" $1 OFS $2 OFS $3 OFS route OFS $20 OFS $21 "</td></tr>";
34
35
END {
0 commit comments