From 8beccefaea956f9ace010f11765e99df8baaad84 Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Wed, 12 May 1999 11:31:35 +0000 Subject: Make URL an actual link --- long_list.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'long_list.cgi') 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 "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:" . -- cgit v1.2.3-24-g4f1b