From 1a7dfa3a2850476442545f60f7795db8bcbdd56d Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sat, 20 Oct 2001 20:03:14 +0000 Subject: Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment. Patch by Gerv and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com --- bug_form.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index d3311fee5..b39570d4e 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -569,11 +569,11 @@ if ( Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) && ($::COOKI print "
"; -print " - +print qq| +
Description:
Description: Opened: $bug{'creation_ts'}

-"; +|; print $bug{'long_desc'}; print "
\n"; -- cgit v1.2.3-24-g4f1b