summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/textile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/textile.pm')
-rw-r--r--IkiWiki/Plugin/textile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/textile.pm b/IkiWiki/Plugin/textile.pm
index b604aa3c5..8cc5a7951 100644
--- a/IkiWiki/Plugin/textile.pm
+++ b/IkiWiki/Plugin/textile.pm
@@ -11,7 +11,7 @@ use Encode;
sub import {
hook(type => "getsetup", id => "textile", call => \&getsetup);
- hook(type => "htmlize", id => "txtl", call => \&htmlize);
+ hook(type => "htmlize", id => "txtl", call => \&htmlize, longname => "Textile");
}
sub getsetup () {