radar (owner)

Revisions

gist: 195085 Download_button fork
public
Public Clone URL: git://gist.github.com/195085.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<table class="tablesorter patients">
  <thead>
    <tr>
      <th>Name</th>
      <th>Category</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Fluffy</td>
      <td>#<Category:0x341aa98></td>
      <td>Medication wrong</td>
      <td><a href="/something/1/lols/2">Touch it.</a></td>
    </tr>
  </tbody>
</table>