From f52e7340641dfb1983b11cf22b7ead151eae8579 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:10:54 +0000 Subject: Added require statement for html library --- qos-config-html.lsp | 1 + qos-details-html.lsp | 1 + 2 files changed, 2 insertions(+) diff --git a/qos-config-html.lsp b/qos-config-html.lsp index 02f0d2a..65364a9 100644 --- a/qos-config-html.lsp +++ b/qos-config-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info = ... require("htmlviewfunctions") +html = require("acf.html") %>

<%= html.html_escape(form.label) %>

diff --git a/qos-details-html.lsp b/qos-details-html.lsp index ba5a631..070c6ca 100644 --- a/qos-details-html.lsp +++ b/qos-details-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"enable","config","expert","startstopinterface"}, session) %> -- cgit v1.2.3