about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-01 02:18:50 +0000
committerEric Wong <e@80x24.org>2016-07-01 02:18:50 +0000
commitadd1c663d1048d76b3d608e81f8e653f79b8f9f5 (patch)
tree62160ee7c86dd89c417d0d74c788eca635c24e0f /lib/PublicInbox
parent52052329acedddc0082487283a5a0390a8c86602 (diff)
downloadpublic-inbox-add1c663d1048d76b3d608e81f8e653f79b8f9f5.tar.gz
Note to self: remember to run tests

Fixes: 52052329aced ("git: allow cloning from the URL root, too")
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/WwwStream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index 87a461e1..fdab4da3 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -87,7 +87,7 @@ sub _html_end {
                 '- ' . $desc,
                 $urls,
                 'Archived served using code from public-inbox:',
-                "\tgit clone <a\nhref="$url">$url</a> public-inbox",
+                qq(\tgit clone <a\nhref="$url">$url</a> public-inbox),
         ).'</pre></body></html>';
 }