summaryrefslogtreecommitdiffstats
path: root/interfaces-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-read-html.lsp')
-rw-r--r--interfaces-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index 4b842a3..922e96a 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -22,7 +22,7 @@ end %>
<DL>
<% for i,entry in ipairs(view.value) do
local interface = entry.value %>
- <DT><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
+ <DT><IMG SRC='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
<TABLE STYLE='margin-bottom:10px'>
<%