summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-10-12 12:03:00 +0200
committerjustdave%syndicomm.com <>2001-10-12 12:03:00 +0200
commiteda9600572d2fa7fec9a63f5c87da1c96e3afb17 (patch)
tree9c274441aad542995737271f4f2315f704789798 /bug_form.pl
parent67b3cc06cb39fa6a8dac48041e3483e54ba3228a (diff)
downloadbugzilla-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar.gz
bugzilla-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar.xz
Backing out Gerv's checkin for bug 71840. Per the bug report, it did not have proper review first, and myk objected to what
got landed on irc.
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 8e54c8a18..af6618db5 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -569,7 +569,7 @@ if ( Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) && ($::COOKI
print "<BR></FORM>";
print "
-<table><tr><td align=left><B><a name=\"0\" href=\"#0\">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>
";