]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/txt.pm
Coding style change: Remove explcit vim folding markers.
[ikiwiki.git] / IkiWiki / Plugin / txt.pm
index e157bf07e1eff1b66c93f1ddc4b018846e42cfe8..d65bb20364cf194cc3a39f1c967c008c8830ac5b 100644 (file)
@@ -24,13 +24,13 @@ sub import {
        }
 }
 
-sub getsetup () { #{{{
+sub getsetup () {
        return
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
                },
-} #}}}
+}
 
 # We use filter to convert raw text to HTML
 # (htmlize is called after other plugins insert HTML)