You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/05/21 12:40:35 UTC

svn commit: r1484741 - /jena/trunk/jena-fuseki/pages/sparql.tpl

Author: andy
Date: Tue May 21 10:40:35 2013
New Revision: 1484741

URL: http://svn.apache.org/r1484741
Log:
Make text the default option in the query UI because all browser setups can cope with it.

Modified:
    jena/trunk/jena-fuseki/pages/sparql.tpl

Modified: jena/trunk/jena-fuseki/pages/sparql.tpl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pages/sparql.tpl?rev=1484741&r1=1484740&r2=1484741&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pages/sparql.tpl (original)
+++ jena/trunk/jena-fuseki/pages/sparql.tpl Tue May 21 10:40:35 2013
@@ -51,9 +51,9 @@
         <br/>
 
         Output: <select name="output">
+          <option value="text">Text</option>
           <option value="json">JSON</option>
           <option value="xml">XML</option>
-          <option value="text">Text</option>
           <option value="csv">CSV</option>
           <option value="tsv">TSV</option>
         </select>
@@ -62,7 +62,7 @@
         <input name="stylesheet" size="20" value="/xml-to-html.xsl" />
         <br/>
         <input type="checkbox" name="force-accept" value="text/plain"/>
-        Force the accept header to <tt>text/plain</tt> regardless 
+        Force the accept header to <tt>text/plain</tt> regardless.
 	    <br/>
 	    <input type="submit" value="Get Results" />
       </form>