*** twiki-beijing-orig/lib/TWiki/Form.pm Sun Jan 26 18:02:58 2003 --- twiki-beijing/lib/TWiki/Form.pm Sun Dec 28 20:24:12 2003 *************** *** 254,259 **** --- 254,266 ---- $value =~ s//>\;/go; $value = ""; + } elsif ( $type eq "date" ) { # calendar.ep + $value =~ s/"/"/go; # Make sure double quote don't kill us + $value =~ s/&/&\;/go; + $value =~ s//>\;/go; + $value = ""; + $query->{'jscalendar'} = 1; } elsif( $type eq "textarea" ) { my $cols = 40; my $rows = 5;