Skip to content

Commit d04d024

Browse files
Dexusmarcelstoer
authored andcommitted
Fix Typo in ds18b20-web.lua (#3561)
1 parent f5ad76a commit d04d024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua_modules/ds18b20/ds18b20-web.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local function readout(temps)
1111
"<b>ESP8266</b></br>"
1212

1313
for addr, temp in pairs(temps) do
14-
resp = resp .. string.format("Sensor %s: %s &#8451</br>",
14+
resp = resp .. string.format("Sensor %s: %s &#8451;</br>",
1515
('%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X '):format(addr:byte(1,8)), temp)
1616
end
1717

0 commit comments

Comments
 (0)