Skip to content

Commit

Permalink
Merge pull request neoground#22 from W0CHP/master
Browse files Browse the repository at this point in the history
Fix station uptime formats. Fixes neoground#21.
  • Loading branch information
W0CHP committed Mar 31, 2023
2 parents e3f0916 + 307a0b4 commit 3671357
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 3671357

Please sign in to comment.