diff options
author | timeless%mac.com <> | 2001-11-22 00:44:38 +0000 |
---|---|---|
committer | timeless%mac.com <> | 2001-11-22 00:44:38 +0000 |
commit | 534d840c7b70c794d0d4c28996758ab5d24a10c4 (patch) | |
tree | 17b1f1d09413e9b08821c52dda614bf70aec8fbf /describekeywords.cgi | |
parent | Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug for... (diff) | |
download | bugzilla-534d840c7b70c794d0d4c28996758ab5d24a10c4.tar.gz bugzilla-534d840c7b70c794d0d4c28996758ab5d24a10c4.tar.bz2 bugzilla-534d840c7b70c794d0d4c28996758ab5d24a10c4.zip |
Bugzilla Bug 93754 describe should be #directable
r=justdave,dkl
Diffstat (limited to 'describekeywords.cgi')
-rwxr-xr-x | describekeywords.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
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> |