[Jifty-commit] r2471 - in jifty/trunk: share/web/templates/__jifty/admin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 5 16:30:47 EST 2007


Author: alexmv
Date: Fri Jan  5 16:30:46 2007
New Revision: 2471

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/admin/index.html

Log:
 r15752 at zoq-fot-pik:  chmrr | 2007-01-05 16:29:51 -0500
  * Close <li>s we open


Modified: jifty/trunk/share/web/templates/__jifty/admin/index.html
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/admin/index.html	(original)
+++ jifty/trunk/share/web/templates/__jifty/admin/index.html	Fri Jan  5 16:30:46 2007
@@ -21,7 +21,7 @@
 % foreach my $action (Jifty->api->actions) {
 % Jifty::Util->require($action);
 % next if ( $action->can('autogenerated') and $action->autogenerated);
-<li><% Jifty->web->link( url => '/__jifty/admin/action/'.$action, label => $action) %>
+<li><% Jifty->web->link( url => '/__jifty/admin/action/'.$action, label => $action) %></li>
 % }
 </ul>
 


More information about the Jifty-commit mailing list