Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann committed Oct 22, 2020
1 parent 5fb6b13 commit 52ae172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ <h5>Misc:</h5>
<td>{{ driver.Team }}</td>
<td></td>
<td>{{ LapTimeFormatted(driver.LapData.BestLapTime) }}</td>
<td>(Lap {{ driver.LapData.BestLapNum }})
</td>
<td>(Lap {{ driver.LapData.BestLapNum }})</td>
<td>+{{ driver.LapData.Penalties }}s</td>
<td>{{ driver.LapData.CurrentLapNum }}</td>
<td>{{ driver.LapData.DistDiff > 0 ? '+' + driver.LapData.DistDiff + 'km' : "" }}
Expand Down

0 comments on commit 52ae172

Please sign in to comment.