From 658f2f569dfb06448d7f45c370e7a1b468dd36a2 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 11 Mar 2000 02:01:18 +0000 Subject: Italicize the "Additional Comments From" stuff, so that you can tell the difference between new comments and people copying stuff in from old comments. --- long_list.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'long_list.cgi') diff --git a/long_list.cgi b/long_list.cgi index 9b9f47d87..e095c59ec 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -116,7 +116,7 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) { html_quote($status_whiteboard) . "\n"; } print "Description:\n\n"; - print "
" . html_quote(GetLongDescription($bug)) . "
\n"; + print GetLongDescriptionAsHTML($bug); print "
\n"; } } -- cgit v1.2.3-24-g4f1b