Fix dependency graphs for bugs with < or > in titles

3col
Vitaliy Filippov 2015-02-03 14:27:22 +03:00
parent 6fb9ce94bd
commit 0be36ca70e
1 changed files with 2 additions and 1 deletions

View File

@ -422,6 +422,7 @@ GROUP BY t1.bug_id", {Slice=>{}}, keys %$seen) || {};
if ($row->{short_desc})
{
my $sd = html_quote($row->{short_desc});
push @params, <<"EOF";
label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
@ -432,7 +433,7 @@ label=<
<TR>
<TD COLSPAN="2" ALIGN="TEXT">
<FONT POINT-SIZE="8">
$row->{short_desc}
$sd
</FONT>
</TD>
</TR>