[Jifty-commit] r5330 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Sat Apr 19 10:22:38 EDT 2008


Author: sunnavy
Date: Sat Apr 19 10:22:35 2008
New Revision: 5330

Modified:
   jifty/trunk/lib/Jifty/Plugin/Halo.pm

Log:
removed an extra ) in js in Halo.pm

Modified: jifty/trunk/lib/Jifty/Plugin/Halo.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Halo.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Halo.pm	Sat Apr 19 10:22:35 2008
@@ -197,7 +197,7 @@
                 if ($ref) {
                     my $expanded = Jifty->web->serial;
                     my $yaml = Jifty->web->escape(Jifty::YAML::Dump($value));
-                    $out .= qq{<a href="#" onclick="jQuery(Jifty.\$('$expanded')).toggle()); return false">$ref</a><div id="$expanded" class="halo-argument" style="display: none"><pre>$yaml</pre></div>};
+                    $out .= qq{<a href="#" onclick="jQuery(Jifty.\$('$expanded')).toggle(); return false">$ref</a><div id="$expanded" class="halo-argument" style="display: none"><pre>$yaml</pre></div>};
                 }
                 elsif (defined $value) {
                     $out .= Jifty->web->escape($value);


More information about the Jifty-commit mailing list