Fix XHTML validation

db4
Slava Pestov 2008-09-23 16:52:50 -05:00
parent 28bf85e967
commit 57c3a823b5
1 changed files with 5 additions and 3 deletions

View File

@ -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>