mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Refixing bug 71840 - The name should be the 'name' should be the same as what the 'href' points it too...
r= justdave@syndicomm.com
This commit is contained in:
parent
2b59cc6379
commit
b393412647
@ -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>
|
||||
|;
|
||||
|
Loading…
Reference in New Issue
Block a user