summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index e100c69f3..2b8f5d048 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -361,6 +361,7 @@ sub html_quote {
$var =~ s/\&/\&/g;
$var =~ s/</\&lt;/g;
$var =~ s/>/\&gt;/g;
+ $var =~ s/"/\&quot;/g;
return $var;
}