From f9780f645bc94f2f79fc4e266e671d15232d4b9d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Mar 2014 02:41:32 +0000 Subject: Change HTML views to use htmlviewfunctions.displayheader Modified some models to change labels --- rc-status-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc-status-html.lsp') diff --git a/rc-status-html.lsp b/rc-status-html.lsp index 9e8d2b8..8b4ff79 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -22,7 +22,7 @@ <% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %> -

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

+<% htmlviewfunctions.displayheader(view, page_info) %> <% if viewlibrary.check_permission("edit") then %> -- cgit v1.2.3