[sword-svn] r454 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Mon Aug 20 10:42:36 MST 2018


Author: scribe
Date: 2018-08-20 10:42:36 -0700 (Mon, 20 Aug 2018)
New Revision: 454

Modified:
   trunk/webapp/wordsearchresults.jsp
Log:
increased results to 60 per page


Modified: trunk/webapp/wordsearchresults.jsp
===================================================================
--- trunk/webapp/wordsearchresults.jsp	2018-08-20 17:42:00 UTC (rev 453)
+++ trunk/webapp/wordsearchresults.jsp	2018-08-20 17:42:36 UTC (rev 454)
@@ -163,7 +163,7 @@
 		<dl class="<%= activeModule.getConfigEntry("Lang")%>">
 		<%
 			Integer resultStart = new Integer(request.getParameter("start") != null ? request.getParameter("start") : "0");
-			Integer resultLimit = new Integer(30);
+			Integer resultLimit = new Integer(60);
 			boolean rtol = ("RtoL".equalsIgnoreCase(activeModule.getConfigEntry("Direction")));
 			boolean showTwo =  (activeModule2 != null && activeModule2.getRenderText().trim().length() > 0);
 




More information about the sword-cvs mailing list