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-listchanges-html.lsp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lbu-listchanges-html.lsp') diff --git a/lbu-listchanges-html.lsp b/lbu-listchanges-html.lsp index 71d9ea7..84c94ae 100644 --- a/lbu-listchanges-html.lsp +++ b/lbu-listchanges-html.lsp @@ -13,19 +13,19 @@ html = require("acf.html") %> <% if viewlibrary.check_permission("getpackage") then %> -

Download Overlay

-
-
Generate and download overlay
-
+

Download Overlay

+

Generate and download overlay

+
+ -
-
+ + <% end %> -

Changes Since Last Commit

-
-
Files changed since last commit
-
<% 
+

Changes Since Last Commit

+

Files changed since last commit

+
+
<% 
 		if (#view.value == 0) then
 			io.write("None")
 		else
@@ -33,5 +33,5 @@ html = require("acf.html")
 				io.write((html.html_escape(file.status .. "\t" .. file.name .. "\n")))
 			end
 		end
-	%>
-
+ %> + -- cgit v1.2.3