You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2011/04/20 23:48:47 UTC

svn commit: r1095526 - /lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp

Author: hossman
Date: Wed Apr 20 21:48:46 2011
New Revision: 1095526

URL: http://svn.apache.org/viewvc?rev=1095526&view=rev
Log:
SOLR-2394: don't assume 'standard' exists in the web ui

Modified:
    lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp

Modified: lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp?rev=1095526&r1=1095525&r2=1095526&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp (original)
+++ lucene/dev/trunk/solr/src/webapp/web/admin/form.jsp Wed Apr 20 21:48:46 2011
@@ -80,7 +80,7 @@
 	<strong>Output Type</strong>
   </td>
   <td>
-	<input name="wt" type="text" value="standard">
+	<input name="wt" type="text" value="">
   </td>
 </tr>
 <tr>