diff options
author | terry%mozilla.org <> | 2000-03-11 03:01:18 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-03-11 03:01:18 +0100 |
commit | 658f2f569dfb06448d7f45c370e7a1b468dd36a2 (patch) | |
tree | bab4951154992af006da72abab11c0f9f911fc0c /long_list.cgi | |
parent | 1f9f6d7641c4fb0c9214133efd7ef03f682b158c (diff) | |
download | bugzilla-658f2f569dfb06448d7f45c370e7a1b468dd36a2.tar.gz bugzilla-658f2f569dfb06448d7f45c370e7a1b468dd36a2.tar.xz |
Italicize the "Additional Comments From" stuff, so that you can tell
the difference between new comments and people copying stuff in from
old comments.
Diffstat (limited to 'long_list.cgi')
-rwxr-xr-x | long_list.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<TR><TD><B>Description:</B>\n</TABLE>\n"; - print "<PRE>" . html_quote(GetLongDescription($bug)) . "</PRE>\n"; + print GetLongDescriptionAsHTML($bug); print "<HR>\n"; } } |