Closed stayallive closed 3 months ago
Thanks for the report! I've tracked this down to the >
character in @endif>
causing issues. I've addressed this in 2.1.19
Have a fantastic day!
That was super quick, thanks! 🚀 Just tested and works like a charm again ❤️
This code:
Results in a
SyntaxError: Unpaired condition control structure
on the first line.Screenshot is of a larger block of code, I have tried to make the example as minimal as possible.
I know I could use
@selected
instead of the@if
but this code is perfectly valid and should (and did not) cause any issues before.