diff options
Diffstat (limited to 'did-viewactivitylog-html.lsp')
-rw-r--r-- | did-viewactivitylog-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/did-viewactivitylog-html.lsp b/did-viewactivitylog-html.lsp index 251cf83..4f6d383 100644 --- a/did-viewactivitylog-html.lsp +++ b/did-viewactivitylog-html.lsp @@ -1,4 +1,5 @@ <% local data, viewlibrary, page_info, session = ... %> +<% html = require("acf.html") %> <H1><%= html.html_escape(data.label) %></H1> <DL><TABLE> <TR style="background:#eee;font-weight:bold;"> |