add a missing space
authorJoey Hess <joey@kitenet.net>
Mon, 3 May 2010 02:43:55 +0000 (22:43 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 3 May 2010 02:43:55 +0000 (22:43 -0400)
IkiWiki/Plugin/websetup.pm

index d444c0a3d2b67e228737d592d66a04b082876960..3de8f4bf3dfad8716848f88b6cd3baa676aaa367 100644 (file)
@@ -102,7 +102,7 @@ sub showfields ($$$@) {
        }
 
        my $section=defined $plugin
-               ? sprintf(gettext("%s plugin:"), $plugininfo{section}).$plugin
+               ? sprintf(gettext("%s plugin:"), $plugininfo{section})." ".$plugin
                : "main";
        my %enabledfields;
        my $shownfields=0;