]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 20:26:46 +0000 (15:26 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Jan 2009 20:26:46 +0000 (15:26 -0500)
IkiWiki/Plugin/skeleton.pm.example

index 96c4a5d6b6515461dcc85ff316db3793e248f417..78d358cda06e07a820212bbee76954f454b09976 100644 (file)
@@ -89,7 +89,7 @@ sub linkify (@) {
        return $params{content};
 }
 
-sub scan (@) { #{{{a
+sub scan (@) {
        my %params=@_;
 
        debug("skeleton plugin running as scan");