Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
table.pm
diff --git
a/IkiWiki/Plugin/table.pm
b/IkiWiki/Plugin/table.pm
index 2edd1eacd11a329d71d81add93c431462685ef03..f3c425a37dacd9d1389f0c53a0d7fbc52469c70b 100644
(file)
--- a/
IkiWiki/Plugin/table.pm
+++ b/
IkiWiki/Plugin/table.pm
@@
-40,6
+40,9
@@
sub preprocess (@) {
# scan that file too.
return unless exists $params{file};
# scan that file too.
return unless exists $params{file};
+ # Preprocess in scan-only mode.
+ IkiWiki::preprocess($params{page}, $params{page}, $params{data}, 1);
+
IkiWiki::run_hooks(scan => sub {
shift->(
page => $params{page},
IkiWiki::run_hooks(scan => sub {
shift->(
page => $params{page},
@@
-47,9
+50,6
@@
sub preprocess (@) {
);
});
);
});
- # Preprocess in scan-only mode.
- IkiWiki::preprocess($params{page}, $params{page}, $params{data}, 1);
-
return;
}
return;
}