Fix some html syntax
This commit is contained in:
parent
bce7e35e0e
commit
74ef2e92bd
|
|
@ -253,7 +253,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr id="plane_row_template" class="plane_table_row hidden">
|
<tr id="plane_row_template" class="plane_table_row hidden">
|
||||||
<td class="icaoCodeColumn">ICAO</td>
|
<td class="icaoCodeColumn">ICAO</td>
|
||||||
<td><img style="width: 20px; height=12px" src="about:blank" alt="Flag"></td>
|
<td><img style="width: 20px; height: 12px;" src="about:blank" alt="Flag"></td>
|
||||||
<td>FLIGHT</td>
|
<td>FLIGHT</td>
|
||||||
<td>REGISTRATION</td>
|
<td>REGISTRATION</td>
|
||||||
<td>AIRCRAFT_TYPE</td>
|
<td>AIRCRAFT_TYPE</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue