Commit d04d024b authored by Josef Fröhle's avatar Josef Fröhle Committed by Marcel Stör
Browse files

Fix Typo in ds18b20-web.lua (#3561)

parent f5ad76ac
......@@ -11,7 +11,7 @@ local function readout(temps)
"<b>ESP8266</b></br>"
for addr, temp in pairs(temps) do
resp = resp .. string.format("Sensor %s: %s &#8451</br>",
resp = resp .. string.format("Sensor %s: %s &#8451;</br>",
('%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X '):format(addr:byte(1,8)), temp)
end
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment