diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 09:01:13 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 09:01:13 +0000 |
commit | c094ecf99b30c922d619e789dc80aee7b993f164 (patch) | |
tree | 8117f4ca7dd6dd9fd6a3cb04360e69a83ed3e2ef | |
parent | 245bd420493be8098671f39064e0272da728bf01 (diff) | |
download | acf-ipsec-tools-c094ecf99b30c922d619e789dc80aee7b993f164.tar.bz2 acf-ipsec-tools-c094ecf99b30c922d619e789dc80aee7b993f164.tar.xz |
Added wwwprefix to web path and fixed typo.
-rw-r--r-- | ipsectools-details-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-details-html.lsp b/ipsectools-details-html.lsp index 564f509..6abf881 100644 --- a/ipsectools-details-html.lsp +++ b/ipsectools-details-html.lsp @@ -12,7 +12,7 @@ if not data.value.show_isakmp or #data.value.show_isakmp.value == 0 then else for i,entry in pairs(data.value.show_isakmp.value) do if (type(entry) == "table") and (entry.Destination) and (entry.Destination.value) and (#entry.Destination.value > 0) then - io.write("<H3><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/status/network-") + io.write("<H3><IMG SRC='"..html.html_escape(page_info.wwwprefix..page_info.staticdir).."/tango/16x16/status/network-") if (tonumber(entry.St.value) < 9) then io.write("error") else |