Some bugfixes in Template class:
- Multiline bracket notation is no longer allowed for expressions because of JavaScript/CSS clashes. - Variables in expressions can now be preceded by characters unequal to `$', which will be prefixed to the variable evaluation.
Showing
- template.php 13 additions, 9 deletionstemplate.php
- tests/_files/rendered/variables.html 4 additions, 1 deletiontests/_files/rendered/variables.html
- tests/_files/templates/variables.tpl 4 additions, 1 deletiontests/_files/templates/variables.tpl
- tests/test_template.php 7 additions, 6 deletionstests/test_template.php
Please register or sign in to comment