Fixed typo and filename extension

This commit is contained in:
rjy7 2010-06-21 19:14:25 +00:00
parent 576688f15c
commit 6f5c01d34d
2 changed files with 24 additions and 3 deletions

View file

@ -0,0 +1,21 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<div>
<form method="POST">
additions:
<textarea name="additions"></textarea>
retractions:
<textarea name="retractions"></textarea>
<div>
N3<input type="radio" name="rdfFormat" value="N3"/>
TURTLE<input type="radio" name="rdfFormat" value="TURTLE"/>
RDF/XML<input type="radio" name="rdfFormat" value="RDF/XML"/>
</div>
<input type="submit"/>
</form>
</div>