[Jifty-commit] r2012 - wifty/trunk/lib/Wifty/Form/Field

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 10 05:17:58 EDT 2006


Author: jpeacock
Date: Tue Oct 10 05:17:58 2006
New Revision: 2012

Modified:
   wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm

Log:
Remove duplicate "my $field;" line.


Modified: wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm	(original)
+++ wifty/trunk/lib/Wifty/Form/Field/WikiPage.pm	Tue Oct 10 05:17:58 2006
@@ -23,7 +23,6 @@
 
 sub render_value {
     my $self = shift;
-    my $field;
     my $field = '<span';
     $field .= qq! class="@{[ $self->classes ]}"> !;
     $field .= $self->wiki_content;


More information about the Jifty-commit mailing list