modxorg/Docs

Issue on building-sites/tag-syntax/output-filters/index

mkay opened this issue · 0 comments

mkay commented

Affected page(s)

https://docs.modx.com/current/en/building-sites/tag-syntax/output-filters/index

What needs to be improved?

the "in, IN, inarray, inArray" example has one ` (backtick) too many at the end of the line.

wrong: [[+id:in=`5,15,22`:then=`Yes in array`]]`

should be: [[+id:in=`5,15,22`:then=`Yes in array`]]