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
web commit from 217.16.16.218: poll vote (Accept only password logins)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
more.pm
diff --git
a/IkiWiki/Plugin/more.pm
b/IkiWiki/Plugin/more.pm
index 6a34682ba61c9043ffff65343acd035e018cce25..667cd64154803c37e6aad977932767cadba4f5a6 100644
(file)
--- a/
IkiWiki/Plugin/more.pm
+++ b/
IkiWiki/Plugin/more.pm
@@
-24,7
+24,7
@@
sub preprocess (@) { #{{{
}
else {
$params{text}=IkiWiki::preprocess($params{page}, $params{destpage},
}
else {
$params{text}=IkiWiki::preprocess($params{page}, $params{destpage},
- IkiWiki::filter($params{page}, $params{text}));
+ IkiWiki::filter($params{page}, $params{
destpage}, $params{
text}));
return "<a name=\"more\"></a>\n\n".$params{text};
}
}
return "<a name=\"more\"></a>\n\n".$params{text};
}
}