Italicize the "Additional Comments From" stuff, so that you can tell

the difference between new comments and people copying stuff in from
old comments.


git-svn-id: svn://10.0.0.236/trunk@62534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-03-10 18:01:32 +00:00
parent 7a12dbb0f0
commit cd5d127320
5 changed files with 134 additions and 96 deletions

View File

@@ -116,7 +116,7 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) {
html_quote($status_whiteboard) . "\n";
}
print "<TR><TD><B>Description:</B>\n</TABLE>\n";
print "<PRE>" . html_quote(GetLongDescription($bug)) . "</PRE>\n";
print GetLongDescriptionAsHTML($bug);
print "<HR>\n";
}
}