summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-11-07 03:06:02 +0100
committerjake%acutex.net <>2001-11-07 03:06:02 +0100
commitaacf0de9e6162afa6a716739ba2d57fc4e6e02bd (patch)
treea856aaa53b04db10fab8c49f16efc24d91cef933 /bug_form.pl
parentf12ad394c4dcce0c7efafc327d830705b6ec708f (diff)
downloadbugzilla-aacf0de9e6162afa6a716739ba2d57fc4e6e02bd.tar.gz
bugzilla-aacf0de9e6162afa6a716739ba2d57fc4e6e02bd.tar.xz
Refixing bug 71840 - The name should be the 'name' should be the same as what the 'href' points it too...
r= justdave@syndicomm.com
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index b39570d4e..b815fbc13 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -570,7 +570,7 @@ if ( Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) && ($::COOKI
print "<BR></FORM>";
print qq|
-<table><tr><td align=left><B><a name="0" href="#c0">Description:</a></B></td>
+<table><tr><td align=left><B><a name="c0" href="#c0">Description:</a></B></td>
<td align=right width=100%>Opened: $bug{'creation_ts'}</td></tr></table>
<HR>
|;