</TR><TR>
<TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#assigned_to\">Assigned To:
</A></B></TD>
- <TD>$bug{'assigned_to'}</TD>
+ <TD>" . html_quote($bug{'assigned_to'}) . "</TD>
<TD> </TD>";
if (Param("usetargetmilestone")) {
if ($count) {
$result .= "<BR><BR><I>------- Additional Comments From ";
if ($who) {
- $result .= qq{<A HREF="mailto:$email">$who</A> } .
+ $result .= "<A HREF=\"mailto:$email\">" . html_quote($who) . "</A> " .
time2str("%Y-%m-%d %H:%M", str2time($when)) .
" -------</I><BR>\n";
} else {