From dbbb88812817d58aa7dd53633f9d81a1a1fa6565 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Jan 2014 16:32:46 +0000 Subject: Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. --- app/debug-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/debug-html.lsp') diff --git a/app/debug-html.lsp b/app/debug-html.lsp index f857b4f..bf593f7 100644 --- a/app/debug-html.lsp +++ b/app/debug-html.lsp @@ -1,9 +1,9 @@ <% local data, viewlibrary, page_info, session = ... %> <% htmlviewfunctions = require("htmlviewfunctions") %> -

Debugging

-

View Data:

+

Debugging

+

View Data:

<%= htmlviewfunctions.cfe_unpack(data) %> -

Session:

+

Session:

<%= htmlviewfunctions.cfe_unpack(session) %> -

Page Info:

+

Page Info:

<%= htmlviewfunctions.cfe_unpack(page_info) %> -- cgit v1.2.3