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-status-html.lsp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lbu-status-html.lsp') 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") %> -

System Info

-
+

System Info

<% 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 %> -
-- cgit v1.2.3