Open djmolny opened 2 years ago
app/views/pilot_flights/flight.html.erb contains invalid HTML, notably <td> elements outside a <tr>. Other screens probably suffer from markup problems as well.
app/views/pilot_flights/flight.html.erb
<td>
<tr>
Find and fix all.
app/views/pilot_flights/flight.html.erb
contains invalid HTML, notably<td>
elements outside a<tr>
. Other screens probably suffer from markup problems as well.Find and fix all.