Fix XHTML validation
parent
28bf85e967
commit
57c3a823b5
|
@ -5,9 +5,11 @@
|
|||
<t:title>Pastebin</t:title>
|
||||
|
||||
<table width="100%">
|
||||
<th align="left" width="50%">Summary:</th>
|
||||
<th align="left" width="100">Paste by:</th>
|
||||
<th align="left" width="200">Date:</th>
|
||||
<tr>
|
||||
<th align="left" width="50%">Summary:</th>
|
||||
<th align="left" width="100">Paste by:</th>
|
||||
<th align="left" width="200">Date:</th>
|
||||
</tr>
|
||||
|
||||
<t:bind-each t:name="pastes">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue