summaryrefslogtreecommitdiffstats
path: root/lbu-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:19:28 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:19:28 +0000
commit382699649697c90d3469acbc2f41b59e67e904ce (patch)
tree1bbae01e0e88242cb533e065c0e7b134bf01678e /lbu-status-html.lsp
parent22295dc7bd737a5ba33a32e3516ac550602e8585 (diff)
downloadacf-alpine-conf-382699649697c90d3469acbc2f41b59e67e904ce.tar.bz2
acf-alpine-conf-382699649697c90d3469acbc2f41b59e67e904ce.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'lbu-status-html.lsp')
-rw-r--r--lbu-status-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lbu-status-html.lsp b/lbu-status-html.lsp
index c47bfe2..58739d4 100644
--- a/lbu-status-html.lsp
+++ b/lbu-status-html.lsp
@@ -2,8 +2,7 @@
htmlviewfunctions = require("htmlviewfunctions")
%>
-<H1>System Info</H1>
-<DL>
+<h1>System Info</h1>
<%
if view.value.committed.value then
view.value.committed.value = "There are no uncommitted files"
@@ -18,4 +17,3 @@ for name,value in pairs(view.value) do
htmlviewfunctions.displayitem(value)
end
end %>
-</DL>