Make URL an actual link

git-svn-id: svn://10.0.0.236/trunk@31230 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryce-mozilla%nextbus.com
1999-05-12 04:31:35 +00:00
parent 0c73f5b294
commit 270f340e8a

View File

@@ -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>&nbsp;";
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:" .