My templates use code like this:
<body>
[[+bodyContent:default=`[[*content]]`]]
</body>
Some of them have a ’bodyContent’ property that specifies a chunk with a div structure (which has the [[*content]] chunk somewhere within it).
But for the ones that don’t have a ’bodyContent’ property, the code above is just supposed to revert to [[*content]].
This was working in 2.0.8, but is not working in 2.1.3.
Suggestions?