Working on XHTML 1.1 validation

db4
Slava Pestov 2008-09-29 23:16:14 -05:00
parent 1bd36b3d87
commit 00f3c256d9
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<t:bind-each t:name="annotations"> <t:bind-each t:name="annotations">
<a name="@id"><h2>Annotation: <t:label t:name="summary" /></h2></a> <h2><a name="@id">Annotation: <t:label t:name="summary" /></a></h2>
<table> <table>
<tr><th class="field-label">Author: </th><td><t:label t:name="author" /></td></tr> <tr><th class="field-label">Author: </th><td><t:label t:name="author" /></td></tr>
@ -52,7 +52,7 @@
</tr> </tr>
</table> </table>
<input type="SUBMIT" value="Done" /> <p> <button>Done</button> </p>
</t:form> </t:form>