Skip to content

Commit

Permalink
minor cosmetic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Apr 9, 2024
1 parent 0579ddc commit 8793e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/usr/share/planefence/planefence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ EOF
<th class="js-sort-number">5 min avg</th>
<th class="js-sort-number">10 min avg</th>
<th class="js-sort-number">1 hr avg</th>
<th>Spectrogram</th>\n
<th>Spectrogram</th>
EOF
# # If there are spectrograms for today, then also make a column for these:
# if compgen -G "$OUTFILEDIR/noisecapt-spectro-$FENCEDATE*.png" >/dev/null; then
Expand Down Expand Up @@ -943,7 +943,7 @@ printf "<li>Click on the Owner Information to see the FAA record for this plane
[[ "$PLANEALERT" == "ON" ]] && printf "<li>See a list of aircraft matching the station's Alert List <a href=\"plane-alert\" target=\"_blank\">here</a>\n" >> "$OUTFILEHTMTMP"

printf "<li> Press the header of any of the columns to sort by that column.\n" >> "$OUTFILEHTMTMP"
printf "</ul>\n" >> "$OUTFILEHTMTMP"
printf "</ul>" >> "$OUTFILEHTMTMP"

[[ "$BASETIME" != "" ]] && echo "12. $(bc -l <<< "$(date +%s.%2N) - $BASETIME")s -- starting to write the PF table to the website" || true

Expand Down

0 comments on commit 8793e10

Please sign in to comment.