mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user