summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-20 22:03:14 +0200
committerjake%acutex.net <>2001-10-20 22:03:14 +0200
commit1a7dfa3a2850476442545f60f7795db8bcbdd56d (patch)
tree38181903ef39814d299a8291af931c9ccd1ee736 /bug_form.pl
parent16c15e5201a38a2dda0cf5daf654dae39b043cc2 (diff)
downloadbugzilla-1a7dfa3a2850476442545f60f7795db8bcbdd56d.tar.gz
bugzilla-1a7dfa3a2850476442545f60f7795db8bcbdd56d.tar.xz
Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.
Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl6
1 files changed, 3 insertions, 3 deletions
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 "<BR></FORM>";
-print "
-<table><tr><td align=left><B>Description:</B></td>
+print qq|
+<table><tr><td align=left><B><a name="0" href="#c0">Description:</a></B></td>
<td align=right width=100%>Opened: $bug{'creation_ts'}</td></tr></table>
<HR>
-";
+|;
print $bug{'long_desc'};
print "
<HR>\n";