From: Jon Dowland Date: Sat, 16 May 2009 12:59:36 +0000 (+0100) Subject: add a long name for textile/txtl ("Textile") X-Git-Tag: 3.13~89^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83e3fc3af031abfd0321fadf0a64bbf6ecee5886;p=ikiwiki.git add a long name for textile/txtl ("Textile") --- 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 () {