summaryrefslogtreecommitdiffstats
path: root/dnscache-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-status-html.lsp')
-rw-r--r--dnscache-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnscache-status-html.lsp b/dnscache-status-html.lsp
index 30bec40..40e4ee4 100644
--- a/dnscache-status-html.lsp
+++ b/dnscache-status-html.lsp
@@ -34,7 +34,7 @@ io.write(">" .. myform.label .. "</DT>\n")
io.write("\t\t<DD>\n")
for k,v in pairs(myform.value or {}) do
io.write("\t\t\t<TABLE STYLE='margin-bottom:10px;'>")
- io.write("\n\t\t\t<TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='/static/tango/16x16/status/network-idle.png' width='16' height='16' alt> " .. v .. "</TD><TD STYLE='border:none;'></TD></TR>\n")
+ io.write("\n\t\t\t<TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='/skins/static/tango/16x16/status/network-idle.png' width='16' height='16' alt> " .. v .. "</TD><TD STYLE='border:none;'></TD></TR>\n")
for k1,v1 in pairs(myform.option[v]) do
io.write("\n\t\t\t<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='padding-left:30px;border:none;'>"..v1)
end