summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/debug-html.lsp')
-rw-r--r--app/debug-html.lsp11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/debug-html.lsp b/app/debug-html.lsp
index ee49434..b768057 100644
--- a/app/debug-html.lsp
+++ b/app/debug-html.lsp
@@ -1,9 +1,12 @@
<% local data, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
-<H1>Debugging</H1>
-<H2>View Data:</H2>
+
+<h1>Debugging</h1>
+<h2>View Data:</h2>
<%= htmlviewfunctions.cfe_unpack(data) %>
-<H2>Session:</H2>
+
+<h2>Session:</h2>
<%= htmlviewfunctions.cfe_unpack(session) %>
-<H2>Page Info:</H2>
+
+<h2>Page Info:</h2>
<%= htmlviewfunctions.cfe_unpack(page_info) %>