aboutsummaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-10-12 10:03:00 +0000
committerjustdave%syndicomm.com <>2001-10-12 10:03:00 +0000
commiteda9600572d2fa7fec9a63f5c87da1c96e3afb17 (patch)
tree9c274441aad542995737271f4f2315f704789798 /bug_form.pl
parent67b3cc06cb39fa6a8dac48041e3483e54ba3228a (diff)
downloadbugs-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar
bugs-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar.gz
bugs-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar.bz2
bugs-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.tar.xz
bugs-eda9600572d2fa7fec9a63f5c87da1c96e3afb17.zip
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>
";