--- EditTablePlugin.pm.orig Sat May 25 21:57:36 2002 +++ EditTablePlugin.pm Sat May 25 22:18:13 2002 @@ -409,7 +409,9 @@ } elsif( $type eq "row" ) { $size = $size + $theRowNr; $text = "$size"; - + } elsif( $type eq "off" ) { + $theValue = $encodeStart . encodeValue( $theValue ) . $encodeEnd if $theValue; + $text = "$theValue"; } else { # if( $type eq "text" ) $size = 16 if $size < 1; $theValue = $encodeStart . encodeValue( $theValue ) . $encodeEnd if $theValue;