From f94551200d095d42b721a44086d6eafcecacbd88 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Jul 2008 06:48:16 +0000 Subject: use <% %> instead of git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lbu-listchanges-html.lsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lbu-listchanges-html.lsp') diff --git a/lbu-listchanges-html.lsp b/lbu-listchanges-html.lsp index 0cc7f03..d2a9692 100644 --- a/lbu-listchanges-html.lsp +++ b/lbu-listchanges-html.lsp @@ -1,25 +1,25 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(view)) io.write("
") --]] -?> +%> - +end %>

Changes Since Last Commit

Files changed since last commit
-
<% 
 		if (#view.value == 0) then
 			io.write("None")
 		else
@@ -27,5 +27,5 @@ end ?>
 				io.write(file.status .. "\t" .. file.name .. "\n")
 			end
 		end
-	?>
+ %>
-- cgit v1.2.3