]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www_stream: fix stupid typo :x
authorEric Wong <e@80x24.org>
Fri, 1 Jul 2016 02:18:50 +0000 (02:18 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jul 2016 02:18:50 +0000 (02:18 +0000)
Note to self: remember to run tests

Fixes: 52052329aced ("git: allow cloning from the URL root, too")
lib/PublicInbox/WwwStream.pm

index 87a461e18b831744535f93f5e4e2b8ce2bc2f4ae..fdab4da3bab2dabf7e71005afe860963177e363e 100644 (file)
@@ -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>';
 }