Skip to content

Commit

Permalink
Minor fix: Disable non-supported RDF/XML format
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed May 8, 2017
1 parent 5ad42e3 commit f22ac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specials/SpecialRDFImport_body.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function showDataFields() {
<td>
<select id="dataformat" name="dataformat">
<option value="turtle" selected="selected">Turtle</option>
<option value="rdfxml">RDF/XML</option>
<!-- option value="rdfxml">RDF/XML</option -->
</select>
</td>
<td style="text-align: right; font-size: 10px;">
Expand Down

0 comments on commit f22ac00

Please sign in to comment.