diff -r b76adfbc6648 -r ec83a06d23a8 uh_parser/uh.pl --- a/uh_parser/uh.pl Mon Mar 08 18:21:32 2010 +0000 +++ b/uh_parser/uh.pl Tue Mar 09 12:25:31 2010 +0000 @@ -25,6 +25,8 @@ use RaptorSAXHandler; use Getopt::Long; +use CGI; + our $raptorbitsdir = 'raptorbits'; our $basedir = ''; my $outputdir = "html"; @@ -366,6 +368,7 @@ } close(FILE); + $filecontent = CGI::escapeHTML($filecontent); $filecontent =~ s,---(failure_item_\d+)---,---$1---,g; $filecontent = "
$filecontent
";