Make URL an actual link

parent c0ed5589
...@@ -93,7 +93,8 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) { ...@@ -93,7 +93,8 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) {
if (Param("usetargetmilestone")) { if (Param("usetargetmilestone")) {
print "<TD><B>Target milestone:</B>$target_milestone\n"; 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>&nbsp;";
print "<A HREF=\"" . $url . "\">" . html_quote($url) . "</A>\n";
print "<TR><TD COLSPAN=6><B>Summary:</B> " . html_quote($shortdesc) . "\n"; print "<TR><TD COLSPAN=6><B>Summary:</B> " . html_quote($shortdesc) . "\n";
if (Param("usestatuswhiteboard")) { if (Param("usestatuswhiteboard")) {
print "<TR><TD COLSPAN=6><B>Status Whiteboard:" . print "<TR><TD COLSPAN=6><B>Status Whiteboard:" .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment