about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-05 00:57:06 +0000
committerEric Wong <e@80x24.org>2014-05-05 00:57:06 +0000
commitea7db9fe7c0b249bac2626fe7748161d785e9b85 (patch)
tree83383a54b6a69a88b22a235ac02b963dcb595bdc /lib
parentefdeec171349d5793f5af78c31f4b2d0c80a7ec8 (diff)
downloadpublic-inbox-ea7db9fe7c0b249bac2626fe7748161d785e9b85.tar.gz
URLs may be long, so give each its own line.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/WWW.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm
index 1d1a0c9d..f0704336 100644
--- a/lib/PublicInbox/WWW.pm
+++ b/lib/PublicInbox/WWW.pm
@@ -256,7 +256,7 @@ sub footer {
                         '">ssoma</a>: ' . $urls[0];
         } else {
                 $urls = 'git archive URLs for <a href="' . SSOMA_URL .
-                        "\">ssoma</a>:\n" . join('', map { "\t" . $_ } @urls);
+                        "\">ssoma</a>:\n" . join("\n", map { "\t$_" } @urls);
         }
 
         my $addr = $pi_config->get($listname, 'address');