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:
jake%acutex.net 2001-11-06 18:06:02 +00:00
Родитель 2b59cc6379
Коммит b393412647
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>
|;