summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/logfile-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/logfile-html.lsp b/app/logfile-html.lsp
index 13766ef..4299f8f 100644
--- a/app/logfile-html.lsp
+++ b/app/logfile-html.lsp
@@ -1,4 +1,7 @@
<% local data, viewlibrary, page_info, session = ... %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
+
+<% htmlviewfunctions.displayinfo(data) %>
<% if viewlibrary and viewlibrary.dispatch_component then
local clientdata = {}