projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db0dd8
)
remove unnecessary IkiWiki::
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:01:04 +0000
(
04:01
-0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:01:04 +0000
(
04:01
-0500)
IkiWiki/Plugin/typography.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/typography.pm
b/IkiWiki/Plugin/typography.pm
index f62be82bbea849090876053a4d81ee6c558260c6..9389b24d428ba092915babf5f3cf7c98c3664058 100644
(file)
--- a/
IkiWiki/Plugin/typography.pm
+++ b/
IkiWiki/Plugin/typography.pm
@@
-9,7
+9,7
@@
use IkiWiki 3.00;
sub import {
hook(type => "getopt", id => "typography", call => \&getopt);
hook(type => "getsetup", id => "typography", call => \&getsetup);
-
IkiWiki::
hook(type => "sanitize", id => "typography", call => \&sanitize);
+ hook(type => "sanitize", id => "typography", call => \&sanitize);
}
sub getopt () {