Blame view

mobile/source/ext/phptal/tests/input/tales-true.html 172 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
  <div>
  	<span tal:condition="true: doesNotExist">error 1</span>
  	<span tal:condition="true: isNotTrue">error 2</span>
  	<span tal:condition="true: isTrue">good</span>
  </div>