Blame view

mobile/source/ext/phptal/tests/output/namespaces.02.html 194 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  <html>
    <span>first text</span>
    <span>
      <span>some text</span>
      <span>
        <span>some text</span>
        <span>some text</span>
      </span>
    </span>
    <span>other text</span>
  </html>