]> sipb.mit.edu Git - ikiwiki.git/commitdiff
borders
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 06:16:20 +0000 (01:16 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 06:16:20 +0000 (01:16 -0500)
IkiWiki/Setup/Standard.pm

index bdf52f25a58da20e688b1081cf18de4b4cc568ad..71abb1cfb87cfbc737be443fa69c459846f6fcb9 100644 (file)
@@ -102,12 +102,12 @@ sub gendump ($) {
                my $section=$s{plugin}->{section};
                push @{$section_plugins{$section}}, $plugin;
                if (@{$section_plugins{$section}} == 1) {
                my $section=$s{plugin}->{section};
                push @{$section_plugins{$section}}, $plugin;
                if (@{$section_plugins{$section}} == 1) {
-                       push @ret, "", "\t#", "\t# $section plugins",
+                       push @ret, "", "\t".("#" x 70), "\t# $section plugins",
                                sub {
                                        wrap("\t#   (", "\t#   ",
                                                join(", ", @{$section_plugins{$section}})).")"
                                },
                                sub {
                                        wrap("\t#   (", "\t#   ",
                                                join(", ", @{$section_plugins{$section}})).")"
                                },
-                               "\t#";
+                               "\t".("#" x 70);
                }
 
                my @values=dumpvalues(\%setup, @{$setup});
                }
 
                my @values=dumpvalues(\%setup, @{$setup});