Blame view

mobile/source/ext/phptal/tests/input/php-mode.01.xml 120 Bytes
a1684257   Administrator   first commit
1
2
3
4
  <html phptal:tales="php">
    <span tal:content="strtolower('AAAA')"/>
    <span tal:replace="strtolower('AAAA')"/>
  </html>