fixes
parent
24af25fc86
commit
f27bf9e400
|
@ -44,7 +44,6 @@ sub preprocess (@) { #{{{
|
|||
$template->param($param => $params{$param});
|
||||
}
|
||||
|
||||
|
||||
return IkiWiki::preprocess($params{page}, $params{destpage},
|
||||
$template->output);
|
||||
} # }}}
|
||||
|
|
|
@ -104,7 +104,7 @@ sub preprocess ($$$;$) { #{{{
|
|||
# Note: preserve order of params, some plugins may
|
||||
# consider it significant.
|
||||
my @params;
|
||||
while ($params =~ /(?:(\w+)=)?(?:"""(.+)"""|"([^"]+)"|(\S+))(?:\s+|$)/g) {
|
||||
while ($params =~ /(?:(\w+)=)?(?:"""(.+)"""|"([^"]+)"|(\S+))(?:\s+|$)/sg) {
|
||||
if (defined $1) {
|
||||
push @params, $1, (defined $2 ? $2 : (defined $3 ? $3 : $4));
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ Instead it can use [[Subversion]] (or [[Git]]).
|
|||
and thoughts about ikiwiki to [[Discussion]].
|
||||
|
||||
[[template id=note text="""
|
||||
If you use ikiwiki, please list your wiki in IkiWikiUsers. Thanks!
|
||||
If you use ikiwiki, please list your wiki in [[IkiWikiUsers]]. Thanks!
|
||||
"""]]
|
||||
|
||||
* [[Setup]] has a tutorial for setting up ikiwiki, and [[Usage]] documents
|
||||
|
|
Loading…
Reference in New Issue