Increase row size of sparql query textarea, to accomodate new sample query text
This commit is contained in:
parent
b1744fd541
commit
6a6a9de920
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<form action='sparqlquery'>
|
||||
query:
|
||||
<div>
|
||||
<textarea name='query' rows ='23' cols='100' class="span-23">
|
||||
<textarea name='query' rows ='30' cols='100' class="span-23">
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
||||
|
|
Loading…
Add table
Reference in a new issue