From 382699649697c90d3469acbc2f41b59e67e904ce Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:19:28 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- lbu-config-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lbu-config-html.lsp') diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp index edb8f2f..05ecad3 100644 --- a/lbu-config-html.lsp +++ b/lbu-config-html.lsp @@ -8,10 +8,10 @@ htmlviewfunctions = require("htmlviewfunctions") viewlibrary.dispatch_component("status") end %> -

Config

+

Config

<% local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" } - htmlviewfunctions.displayform(form, order) + htmlviewfunctions.displayform(form, order, nil, page_info, 2) if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("editincluded") -- cgit v1.2.3