projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da166e7
)
typo
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 6 Jan 2009 20:26:46 +0000
(15:26 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 6 Jan 2009 20:26:46 +0000
(15:26 -0500)
IkiWiki/Plugin/skeleton.pm.example
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/skeleton.pm.example
b/IkiWiki/Plugin/skeleton.pm.example
index 96c4a5d6b6515461dcc85ff316db3793e248f417..78d358cda06e07a820212bbee76954f454b09976 100644
(file)
--- a/
IkiWiki/Plugin/skeleton.pm.example
+++ b/
IkiWiki/Plugin/skeleton.pm.example
@@
-89,7
+89,7
@@
sub linkify (@) {
return $params{content};
}
-sub scan (@) {
#{{{a
+sub scan (@) {
my %params=@_;
debug("skeleton plugin running as scan");