diff options
Diffstat (limited to 'describecomponents.cgi')
-rwxr-xr-x | describecomponents.cgi | 4 |
1 files changed, 3 insertions, 1 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) { |