[Jifty-commit] r2533 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 19 20:34:57 EST 2007


Author: jesse
Date: Fri Jan 19 20:34:57 2007
New Revision: 2533

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/Web/Form/Element.pm

Log:


Modified: jifty/branches/template-declare/lib/Jifty/Web/Form/Element.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/Web/Form/Element.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/Web/Form/Element.pm	Fri Jan 19 20:34:57 2007
@@ -370,7 +370,7 @@
                 . Jifty::JSON::objToJson( uc($key), { singlequote => 1 } ).","
                 . "'click', "
                 . Jifty::JSON::objToJson( $self->id, { singlequote => 1 } ).","
-                . Jifty::JSON::objToJson( $label, { singlequote => 1 } )
+                . Jifty::JSON::objToJson( $label, { singlequote => 0 } )
                 . ");";
     }
 }


More information about the Jifty-commit mailing list