projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7951095
)
add a long name for textile/txtl ("Textile")
author
Jon Dowland
<jon@alcopop.org>
Sat, 16 May 2009 12:59:36 +0000
(13:59 +0100)
committer
Jon Dowland
<jon@alcopop.org>
Sat, 16 May 2009 12:59:36 +0000
(13:59 +0100)
IkiWiki/Plugin/textile.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/textile.pm
b/IkiWiki/Plugin/textile.pm
index b604aa3c52ab1d0fe34b686a4634920ac6310dc6..8cc5a7951d3575e67b221ca312993fff158bae20 100644
(file)
--- 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 () {