You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/04/17 17:27:12 UTC

svn commit: r394703 - /lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp

Author: siren
Date: Mon Apr 17 08:27:09 2006
New Revision: 394703

URL: http://svn.apache.org/viewcvs?rev=394703&view=rev
Log:
doublequoted size attribute

Modified:
    lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp

Modified: lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp?rev=394703&r1=394702&r2=394703&view=diff
==============================================================================
--- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp (original)
+++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/jsp/search.jsp Mon Apr 17 08:27:09 2006
@@ -2,7 +2,7 @@
 <logic:match name="nutchSearch" property="isSearch" value="false">
 	<jsp:useBean id="resultInfo" scope="request" type="String[]" />
 	<form name="search" action="search.do" method="get"><input name="query"
-		size=44
+		size="44"
 		value="<bean:write name="nutchSearch" property="queryString"/>"> <input
 		type="hidden" name="hitsPerPage"
 		value="<bean:write name="nutchSearch" property="hitsPerPage"/>"> <input