Blame view

mobile/source/ext/phptal/tests/output/phptal.id.01.html 492 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  <span>
    <table>
      <thead>
        <tr>
          <th>foo</th>
          <th>bar</th>
          <th>baz</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>0</td>
          <td>0</td>
          <td>0</td>
        </tr>
        <tr>
          <td>1</td>
          <td>1</td>
          <td>1</td>
        </tr>
        <tr>
          <td>2</td>
          <td>0</td>
          <td>2</td>
        </tr>
        <tr>
          <td>3</td>
          <td>1</td>
          <td>3</td>
        </tr>
      </tbody>
    </table>
  </span>