*** lib/TWiki/Plugins/EditTablePlugin.pm.orig Tue Apr 8 16:59:24 2003 --- lib/TWiki/Plugins/EditTablePlugin.pm Tue Apr 8 17:16:30 2003 *************** *** 435,443 **** $size = $bits[1] if @bits > 1; my $val = ""; my $sel = ""; if( $type eq "select" ) { $size = 1 if $size < 1; ! $text = ""; } return $text; } --- 479,485 ---- } else { # if( $type eq "text" ) $size = 16 if $size < 1; $theValue = $encodeStart . encodeValue( $theValue ) . $encodeEnd if $theValue; ! $text = ""; } return $text; }