summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-20 21:59:57 +0200
committerjake%acutex.net <>2001-10-20 21:59:57 +0200
commit16c15e5201a38a2dda0cf5daf654dae39b043cc2 (patch)
tree4540291e6a7c8851effb17c7dee312f5cb57dfc0 /bug_form.pl
parent0a39f7d18a967e33f56bf084138b9ad12fdaf79f (diff)
downloadbugzilla-16c15e5201a38a2dda0cf5daf654dae39b043cc2.tar.gz
bugzilla-16c15e5201a38a2dda0cf5daf654dae39b043cc2.tar.xz
Backing out previous change, the wrong patch got checked in.
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 e07a118bd..d3311fee5 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 "
-<table><tr><td align=left><B><a name=\"c0\" href=\"#c0\">Description:</a></B></td>
+<table><tr><td align=left><B>Description:</B></td>
<td align=right width=100%>Opened: $bug{'creation_ts'}</td></tr></table>
<HR>
";