From: Eric Wong Date: Mon, 5 May 2014 00:57:06 +0000 (+0000) Subject: www: multi-line cloneurl maps to multiple lines X-Git-Tag: v1.0.0~1159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7db9fe7c0b249bac2626fe7748161d785e9b85;p=thirdparty%2Fpublic-inbox.git www: multi-line cloneurl maps to multiple lines URLs may be long, so give each its own line. --- diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index 1d1a0c9d4..f07043362 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -256,7 +256,7 @@ sub footer { '">ssoma: ' . $urls[0]; } else { $urls = 'git archive URLs for ssoma:\n" . join('', map { "\t" . $_ } @urls); + "\">ssoma:\n" . join("\n", map { "\t$_" } @urls); } my $addr = $pi_config->get($listname, 'address');