[pmwiki-users] Input recipe V0.3 released

Joachim Durchholz jo at durchholz.org
Mon Jul 4 11:44:47 CDT 2005


Christian Schlatter wrote:
> 
> 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\'))'
> );                             ^^^^^^^^^^^^^^^^^^^^^^^^^

OUCH!!! That's the effect of late changes that didn't undergo full 
testing :-(

Fixed and uploaded as V 0.5.

Regards,
Jo



More information about the pmwiki-users mailing list