Fix syntax error: Missing indentation for html += in array else block

The html += statement was outside the else block, causing a syntax error.
Fixed by properly indenting it inside the else block.
This commit is contained in:
Chuck
2026-01-05 13:58:53 -05:00
parent 6da2059b8c
commit ecea13909d
4 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@@ -47,6 +47,7 @@ plugins/*
!plugins/soccer-scoreboard/
!plugins/calendar/
!plugins/mqtt-notifications/
!plugins/youtube-stats/
!plugins/olympics-countdown/
!plugins/ledmatrix-stocks/
!plugins/ledmatrix-music/