Blame view

mobile/source/ext/phptal/tests/input/tales-string-03.html 325 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
  <span tal:content="php:'This is some \' thing'"/>
  <span tal:content="'This is some \' thing'"/>
  <span tal:content="'This is some \' thing' | 'some thing'"/>
  <span tal:content="nonexistantvariable | 'some \' thing'"/>
  <span tal:content="'' | 'some \' thing' | string:else"/>
  <span tal:content="string:This is some \' thing"/>