add a long name for textile/txtl ("Textile")

master
Jon Dowland 2009-05-16 13:59:36 +01:00
parent 79510950f0
commit 83e3fc3af0
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {