Skip to content

Commit

Permalink
Fix station uptime formats. Fixes #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip Cuccio committed Mar 31, 2023
1 parent e3f0916 commit 307a0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/footer.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<td>&nbsp</td>
<td>&nbsp</td>
<td>$Extras.Translations[$Extras.language].station_uptime:</td>
<td>$station.uptime</td>
<td>$station.uptime.long_form</td>
</tr>
<tr>
<td>$Extras.Translations[$Extras.language].altitude:</td>
<td>$station.altitude</td>
<td>&nbsp</td>
<td>&nbsp</td>
<td>$Extras.Translations[$Extras.language].server_uptime:</td>
<td>$station.os_uptime:</td>
<td>$station.os_uptime.long_form</td>
</tr>
#if $Extras.Footer.show_telemetry == "yes"
<tr>
Expand Down

0 comments on commit 307a0b4

Please sign in to comment.