From 270f340e8af77c43e7805e9962356e86554bc5e1 Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" Date: Wed, 12 May 1999 04:31:35 +0000 Subject: [PATCH] Make URL an actual link git-svn-id: svn://10.0.0.236/trunk@31230 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/long_list.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/long_list.cgi b/mozilla/webtools/bugzilla/long_list.cgi index 723aa2cf377..69546119fad 100755 --- a/mozilla/webtools/bugzilla/long_list.cgi +++ b/mozilla/webtools/bugzilla/long_list.cgi @@ -93,7 +93,8 @@ foreach my $bug (split(/:/, $::FORM{'buglist'})) { if (Param("usetargetmilestone")) { print "Target milestone:$target_milestone\n"; } - print "URL: " . html_quote($url) . "\n"; + print "URL: "; + print "" . html_quote($url) . "\n"; print "Summary: " . html_quote($shortdesc) . "\n"; if (Param("usestatuswhiteboard")) { print "Status Whiteboard:" .