[pmwiki-users] Input recipe V0.3 released
Christian Schlatter
ch at schlatter.net
Mon Jul 4 11:06:40 CDT 2005
Joachim Durchholz wrote:
> version 0.3 of Input was just released and is available from
> http://www.pmwiki.org/wiki/Cookbook/Input .
Markup(
'input',
'>directives',
'/^(.*?)\\(:input(.*?):\\)/ei',
'PSS(\'$1\') . InputMakeHtml(PSS(\'$1\', \'$2\'))'
);
should be changed to
Markup(
'input',
'>directives',
'/^(.*?)\\(:input(.*?):\\)/ei',
'PSS(\'$1\') . InputMakeHtml(PSS(\'$1\'), PSS(\'$2\'))'
); ^^^^^^^^^^^^^^^^^^^^^^^^^
-ChristianS
More information about the pmwiki-users
mailing list