|
From: <rv...@us...> - 2009-07-06 10:04:40
|
Revision: 178
http://treebase.svn.sourceforge.net/treebase/?rev=178&view=rev
Author: rvos
Date: 2009-07-06 10:04:34 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
Removed invalid textarea contents
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp 2009-07-06 08:44:02 UTC (rev 177)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/querySearchBox.jsp 2009-07-06 10:04:34 UTC (rev 178)
@@ -20,7 +20,7 @@
<a href="/treebase-web/help/urlAPI.jsp">TreeBASE help page about searching</a>.
</p>
<div>
- <textarea name="query" style="width:100%">Try CQL query here</textarea><br/>
+ <textarea name="query" style="width:100%"></textarea><br/>
<input type="submit" style="width:100%" value="Evaluate query"/>
</div>
</fieldset>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|