Skip to content
Snippets Groups Projects
Commit 4d8cb845 authored by Karsten Böddeker's avatar Karsten Böddeker
Browse files

ffho-status-page: fix list of mesh interfaces

parent fce818cf
No related branches found
No related tags found
No related merge requests found
......@@ -158,8 +158,8 @@ io.write("<pre>")
local iface = false
for _, line in ipairs(util.split(util.exec("batctl if"))) do
if not line:match("^primary0") then
io.write(line)
iface = true
io.write(escape_html(line) .. '\n')
iface = true
end
end
if not iface then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment