[Jifty-commit] r2317 - in jifty/trunk: share/web/templates/__jifty/error

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 3 23:45:12 EST 2006


Author: jesse
Date: Sun Dec  3 23:45:12 2006
New Revision: 2317

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/error/mason_internal_error

Log:
 r45793 at pinglin:  jesse | 2006-12-03 23:45:01 -0500
  * Audrey got the }s slightly wrong when I18Ning the error template
 
 


Modified: jifty/trunk/share/web/templates/__jifty/error/mason_internal_error
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/error/mason_internal_error	(original)
+++ jifty/trunk/share/web/templates/__jifty/error/mason_internal_error	Sun Dec  3 23:45:12 2006
@@ -33,10 +33,10 @@
 <% Jifty->web->tangent( url =>"/__jifty/edit/library$path",
                         label => _("%1 line %2", $path, $line),
                         parameters => { line => $line } ) %>
-%     }
 %   } else {
 <%_("%1 line %2", $path, $line)%>
 %   }
+% }
 </%def>
 
 <%init>


More information about the Jifty-commit mailing list