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.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index 6c48e19..a03a6d4 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% showoption = function(option)
@@ -12,7 +12,7 @@ require("viewfunctions")
<% end %>
<% end %>
-<% displaycommandresults({"update", "delete", "ifup", "ifdown", "restart"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"update", "delete", "ifup", "ifdown", "restart"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")