[Jifty-commit] r817 - in jifty/trunk: share/web/templates/_elements

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Apr 5 20:56:04 EDT 2006


Author: jesse
Date: Wed Apr  5 20:56:03 2006
New Revision: 817

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/_elements/sidebar

Log:
 r11079 at hualien:  jesse | 2006-04-04 15:25:42 -0400
 * Don't try to loc html


Modified: jifty/trunk/share/web/templates/_elements/sidebar
==============================================================================
--- jifty/trunk/share/web/templates/_elements/sidebar	(original)
+++ jifty/trunk/share/web/templates/_elements/sidebar	Wed Apr  5 20:56:03 2006
@@ -1,6 +1,6 @@
 <div id="salutation">
 % if (Jifty->web->current_user->id and Jifty->web->current_user->user_object) {
-<%_('Hiya, <span class="user">[_1]</span>.',Jifty->web->current_user->user_object->name)%>
+<%_('Hiya, [_1].',Jifty->web->current_user->user_object->name)%>
 % }  else {
 <%_(q{You're not currently signed in.})%>
 % }


More information about the Jifty-commit mailing list