summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mac.com <>2001-11-22 01:44:38 +0100
committertimeless%mac.com <>2001-11-22 01:44:38 +0100
commit534d840c7b70c794d0d4c28996758ab5d24a10c4 (patch)
tree17b1f1d09413e9b08821c52dda614bf70aec8fbf
parent6bba72d1c264bb3469c0350ef29ca65bc6004a77 (diff)
downloadbugzilla-534d840c7b70c794d0d4c28996758ab5d24a10c4.tar.gz
bugzilla-534d840c7b70c794d0d4c28996758ab5d24a10c4.tar.xz
Bugzilla Bug 93754 describe should be #directable
r=justdave,dkl
-rwxr-xr-xdescribecomponents.cgi4
-rwxr-xr-xdescribekeywords.cgi4
2 files changed, 6 insertions, 2 deletions
diff --git a/describecomponents.cgi b/describecomponents.cgi
index 2b0d3596a..bf6f94a34 100755
--- a/describecomponents.cgi
+++ b/describecomponents.cgi
@@ -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) {
diff --git a/describekeywords.cgi b/describekeywords.cgi
index c80158267..6e23ca63d 100755
--- a/describekeywords.cgi
+++ b/describekeywords.cgi
@@ -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>