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