]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bugzilla Bug 93754 describe should be #directable
authortimeless%mac.com <>
Thu, 22 Nov 2001 00:44:38 +0000 (00:44 +0000)
committertimeless%mac.com <>
Thu, 22 Nov 2001 00:44:38 +0000 (00:44 +0000)
r=justdave,dkl

describecomponents.cgi
describekeywords.cgi

index 2b0d3596ac487382a3eb1e4e13cff34d102329d4..bf6f94a3438ffe8805c75ba9e1cb1305e5cff2fd 100755 (executable)
@@ -131,7 +131,9 @@ foreach (@data) {
 
     print qq|
 <tr><td colspan=$cols><hr></td></tr>
-<tr><td rowspan=2>$component</td>
+<tr><td rowspan=2><a name="|
+.value_quote($component).
+qq|">$component</a></td>
 <td><a href="mailto:$initialowner$emailsuffix">$initialowner</a></td>
 |;
     if ($useqacontact) {
index c80158267605c16a4fa39c6e4c3cc70e7a2bd5ca..6e23ca63d96312b49df5e7fc4e392e573eb24920 100755 (executable)
@@ -70,7 +70,9 @@ while (MoreSQLData()) {
     $line_count++;
     print qq{
 <TR>
-<TH>$name</TH>
+<TH><a name="}
+.value_quote($name).
+qq{">$name</A></TH>
 <TD>$description</TD>
 <TD ALIGN="right">$bugs</TD>
 </TR>