This question about Using an extension: Answered

Issues with #{ }# appearing with some workflow plugin calls

I got loads of #{ }# with some calls to certain workflow plugin commands even with a new build of foswiki. I traced it to templates/workflowstrings.tmpl where line breaks to improve readability are done using something like this
Blah blah blah #{
}# continued blah blah blah

But the interpreter (Apache?) turned those into #{ }#.

Fixed by removing the break lines.

Hopefully of use to someone else.

-- RichardTrouncer - 03 May 2018

I think that this might be caused by someone getting ahead of our releases. See ImproveSupportForComments

Once Foswiki 2.2.0 is shipped the problem will be resolved. Your workaround seems valid, however you could also change these into the older style template comments. Same syntax, but use % instead of #.

-- GeorgeClark - 03 May 2018
 

QuestionForm edit

Subject Using an extension
Extension WorkflowPlugin
Version Foswiki 2.1.6
Status Answered
Related Topics
Topic revision: r2 - 03 May 2018, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy