FINALLY the problem where special characters like © being turned into (c) has been fixed. Also you can now use HTML such as forms in text areas safely.

This commit is contained in:
JT Smith 2002-11-23 16:21:06 +00:00
parent b9e482cf72
commit 0624b0c50c
3 changed files with 16 additions and 13 deletions

View file

@ -83,13 +83,6 @@ use WebGUI::SQL;
=cut
#-------------------------------------------------------------------
sub _fixQuotes {
my $value = shift;
$value =~ s/\"/\&quot\;/g;
return $value;
}
#-------------------------------------------------------------------
sub _subtext {
my $output;