summaryrefslogtreecommitdiffstats
path: root/openssh-listusers-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-listusers-html.lsp')
-rw-r--r--openssh-listusers-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-listusers-html.lsp b/openssh-listusers-html.lsp
index df941b6..a1f740d 100644
--- a/openssh-listusers-html.lsp
+++ b/openssh-listusers-html.lsp
@@ -4,7 +4,7 @@
<H1>System User Accounts</H1>
<DL>
<% for i,user in ipairs(view.value) do %>
- <DT><IMG SRC='/skins/static/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <%= html.html_escape(user) %></DT>
+ <DT><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <%= html.html_escape(user) %></DT>
<DD><A HREF='listauth?user=<%= html.html_escape(user) %>'>Edit this account</A></DD>
<% end %>
</DL>