aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/txt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/txt.pm')
-rw-r--r--IkiWiki/Plugin/txt.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/txt.pm b/IkiWiki/Plugin/txt.pm
index e157bf07e..d65bb2036 100644
--- a/IkiWiki/Plugin/txt.pm
+++ b/IkiWiki/Plugin/txt.pm
@@ -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)