remove a few leftover manual folding indicators
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Mar 2010 18:23:16 +0000 (14:23 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Mar 2010 18:23:16 +0000 (14:23 -0400)
IkiWiki/Plugin/filecheck.pm
IkiWiki/Plugin/po.pm
IkiWiki/Plugin/tla.pm

index 01d4909612d289d905905d303af41853ef903a56..0501ba99cb3e0a13c4b8a73204ee28bfeb785849 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use strict;
 use IkiWiki 3.00;
 
-my %units=( #{{{       # size in bytes
+my %units=(            # size in bytes
        B               => 1,
        byte            => 1,
        KB              => 2 ** 10,
index 2cbfb0a459a91c37469b3429d437cdae5433bbc1..2250a7f9f309cf55d14991a17e4809af82e7eebf 100644 (file)
@@ -308,7 +308,7 @@ sub pagetemplate (@) {
        if (ishomepage($page) && $template->query(name => "title")) {
                $template->param(title => $config{wikiname});
        }
-} # }}}
+}
 
 # Add the renamed page translations to the list of to-be-renamed pages.
 sub renamepages (@) {
index 16d73b1362fa75ad2be342942136c76f475f4e4c..764da9b98151d1321a507c0f8a62b1eeabe495a2 100644 (file)
@@ -162,7 +162,7 @@ sub rcs_remove ($) {
        error("rcs_remove not implemented for tla"); # TODO
 }
 
-sub rcs_rename ($$) { # {{{a
+sub rcs_rename ($$) {
        my ($src, $dest) = @_;
 
        error("rcs_rename not implemented for tla"); # TODO