diff options
Diffstat (limited to 'long_list.cgi')
-rwxr-xr-x | long_list.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi index 723aa2cf3..69546119f 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -93,7 +93,8 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) { if (Param("usetargetmilestone")) { print "<TD><B>Target milestone:</B>$target_milestone\n"; } - print "<TR><TD COLSPAN=6><B>URL:</B> " . html_quote($url) . "\n"; + print "<TR><TD COLSPAN=6><B>URL:</B> "; + print "<A HREF=\"" . $url . "\">" . html_quote($url) . "</A>\n"; print "<TR><TD COLSPAN=6><B>Summary:</B> " . html_quote($shortdesc) . "\n"; if (Param("usestatuswhiteboard")) { print "<TR><TD COLSPAN=6><B>Status Whiteboard:" . |