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