Fix faulty HTML

This commit is contained in:
Fred Boniface 2023-06-08 11:17:46 +01:00
parent 41d027ffab
commit 3b322d8d6e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ async function displayOne(object) {
<p id='data_piscode'>PIS Code: ${object['pis']}</p> <p id='data_piscode'>PIS Code: ${object['pis']}</p>
<table id='data_table'> <table id='data_table'>
<tr> <tr>
<th>Location<th> <th>Location</th>
<th>Arr.</th> <th>Arr.</th>
<th>Dep.</th> <th>Dep.</th>
</tr> </tr>