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}) if ($row->{short_desc})
{ {
my $sd = html_quote($row->{short_desc});
push @params, <<"EOF"; push @params, <<"EOF";
label=< label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"> <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
@ -432,7 +433,7 @@ label=<
<TR> <TR>
<TD COLSPAN="2" ALIGN="TEXT"> <TD COLSPAN="2" ALIGN="TEXT">
<FONT POINT-SIZE="8"> <FONT POINT-SIZE="8">
$row->{short_desc} $sd
</FONT> </FONT>
</TD> </TD>
</TR> </TR>