Skip to content

Commit

Permalink
Fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Aug 26, 2024
1 parent 9adfc4c commit 76e718f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HomeWidgets/BatteryIndicator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ if mympd_arguments.battery ~= nil then
end
end
body = "<div class=\"text-center p-3 fs-3\">" ..
"<span class=\"mi fs-1\">" .. icon .. "</span>" ..
"<span class=\"mi fs-1\">" .. icon .. "</span>" ..
"<span>" .. battery .. " %</span>" ..
"</div>"
end
end
end

return mympd.http_reply("200", headers, body)

0 comments on commit 76e718f

Please sign in to comment.