]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
bugs: make list name a link
authorIan Campbell <ian.campbell@citrix.com>
Mon, 20 May 2013 14:59:34 +0000 (09:59 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 20 May 2013 14:59:34 +0000 (09:59 -0500)
CGI/bugs.pl

index 2f99e52c861d93a4032f9178151ce2f40fff17ad..eaf12de43d729c82e55db98cfe03e047b82e572e 100755 (executable)
@@ -65,7 +65,7 @@ print h1( $c{TrackerName} );
 
 print p(
     [
-        "This is the bug tracker for $ml.",
+        "This is the bug tracker for ". a( { -href => "mailto:$ml" }, "$ml").".",
         "You cannot submit bugs here. "
           . "For information on how to report a bug please see "
           . a( { -href => $c{ReportingURL} }, "this link" )