diff options
author | Jon Dowland <jon@alcopop.org> | 2009-05-16 13:59:36 +0100 |
---|---|---|
committer | Jon Dowland <jon@alcopop.org> | 2009-05-16 13:59:36 +0100 |
commit | 83e3fc3af031abfd0321fadf0a64bbf6ecee5886 (patch) | |
tree | 5052412078002847c6b39553b1458b8cb1b1de55 | |
parent | 79510950f09ace7906e149799ffda5aa26decbf6 (diff) |
add a long name for textile/txtl ("Textile")
-rw-r--r-- | IkiWiki/Plugin/textile.pm | 2 |
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 () { |