From 2eafc59461c3f182c67fdc1a400208e9c53f2a1d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Apr 2014 06:20:04 +0000 Subject: Changes to use new htmlviewfunctions functions --- dovecot-details-html.lsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp index 78db808..13cb223 100644 --- a/dovecot-details-html.lsp +++ b/dovecot-details-html.lsp @@ -1,11 +1,12 @@ -<% local data, viewlibrary = ... +<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> <% viewlibrary.dispatch_component("status") %> -

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

<% +local header_level = htmlviewfunctions.displaysectionstart(data, page_info) htmlviewfunctions.displayitem(data) +htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3