summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>1980-02-23 04:31:51 +0000
committerZach LeBar <zach@zachlebar.com>1980-02-23 04:31:51 +0000
commite51d542c0648d3b0b7fb06b214edb3bda786cab7 (patch)
tree984e3446492961740663f3d53aad9cb82c6375fd /app/debug-html.lsp
parent29f88d18703ba3136d1b0b4739a302b64305f3d4 (diff)
downloadacf-core-e51d542c0648d3b0b7fb06b214edb3bda786cab7.tar.bz2
acf-core-e51d542c0648d3b0b7fb06b214edb3bda786cab7.tar.xz
Cleaning and refining the HTML.HEADmaster
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) %>