Fix XHTML validation error

db4
Slava Pestov 2008-09-23 16:34:28 -05:00
parent 52e68e0e86
commit bda6bd6f21
2 changed files with 6 additions and 4 deletions

View File

@ -56,11 +56,9 @@
<t:if t:value="footer">
<tr>
<td colspan="2">
<td colspan="2" class="footer">
<t:bind t:name="footer">
<small>
<t:farkup t:name="parsed" t:parsed="true" />
</small>
<t:farkup t:name="parsed" t:parsed="true" />
</t:bind>
</td>
</tr>

View File

@ -45,3 +45,7 @@
background: #f5f1fd;
width: 200px;
}
.footer {
font-size: 75%;
}