From 6b4954fd9d880143a6375ca455624b29047524b4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 16 Jan 2009 14:15:28 +0000 Subject: Fixed broken template from last checkin. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1679 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/template-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/template-html.lsp b/app/template-html.lsp index cf6054b..4a57cf6 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -81,7 +81,7 @@ end class="" end io.write (string.format("\t\t\t\t\t\t
  • %s
  • \n", - html.html_escape(class),html.html_escape(pageinfo.script),html.html_escape(group.prefix), html.html_escape(group.controller), html.html_escape(group.tabs[1].action), html.html_escape(group.name) )) + class,html.html_escape(pageinfo.script),html.html_escape(group.prefix), html.html_escape(group.controller), html.html_escape(group.tabs[1].action), html.html_escape(group.name) )) end io.write ( "\t\t\t\t\t" ) end @@ -119,7 +119,7 @@ end class="" end io.write (string.format('
  • %s
  • \n', - html.html_escape(class),html.html_escape(class),html.html_escape(tab.action),html.html_escape(tab.name) )) + class,class,html.html_escape(tab.action),html.html_escape(tab.name) )) end %> -- cgit v1.2.3