]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Refixing bug 71840 - The name should be the 'name' should be the same as what the...
authorjake%acutex.net <>
Wed, 7 Nov 2001 02:06:02 +0000 (02:06 +0000)
committerjake%acutex.net <>
Wed, 7 Nov 2001 02:06:02 +0000 (02:06 +0000)
r= justdave@syndicomm.com

bug_form.pl

index b39570d4e123c73165633d4e83840178b79aa9c0..b815fbc138c59b084a9216971ba8f9c9764fa8d5 100644 (file)
@@ -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>
 |;