[Jifty-commit] r4974 - in jifty/trunk: lib/Jifty/Web/Form

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 1 13:33:56 EST 2008


Author: alexmv
Date: Fri Feb  1 13:33:56 2008
New Revision: 4974

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Form/Link.pm

Log:
 r27419 at zoq-fot-pik:  chmrr | 2008-02-01 13:33:11 -0500
  * Too zealous on removing characters


Modified: jifty/trunk/lib/Jifty/Web/Form/Link.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Link.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Link.pm	Fri Feb  1 13:33:56 2008
@@ -121,7 +121,7 @@
         "\n" .
         Jifty->web->escape($self->key_binding_javascript).
         "\n" .
-        "/script>") if $self->key_binding;
+        "</script>") if $self->key_binding;
 
     return $output;
 }


More information about the Jifty-commit mailing list