-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
Until switching to twig, one was able to define an empty template variable, e.g.:
<!-- DEFINE $FOOBAR = '' -->
|
This no longer works and causes the following error message:
Unexpected token "string" of value "" ("end of statement block" expected)
|
Only this will currently work:
<!-- DEFINE $FOOBAR = ' ' -->
|