[sword-svn] r408 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Fri Jun 7 07:03:05 MST 2013
Author: scribe
Date: 2013-06-07 07:03:04 -0700 (Fri, 07 Jun 2013)
New Revision: 408
Modified:
trunk/webapp/wordsearchresults.jsp
Log:
fixed plural syntax and whitespace issues
Modified: trunk/webapp/wordsearchresults.jsp
===================================================================
--- trunk/webapp/wordsearchresults.jsp 2013-05-21 19:40:54 UTC (rev 407)
+++ trunk/webapp/wordsearchresults.jsp 2013-06-07 14:03:04 UTC (rev 408)
@@ -150,7 +150,7 @@
}
%>
- <p class="textname">» <%= results.length %> result<%= (results.length == 1)?"s":""%> <t:t>in the text of </t:t><%= activeModule.getDescription() %></p>
+ <p class="textname">» <%= results.length %> result<%= (results.length == 1)?" ":"s "%> <t:t>in the text of </t:t><%= activeModule.getDescription() %></p>
<dl class="<%= activeModule.getConfigEntry("Lang")%>">
<%
Integer resultStart = new Integer(request.getParameter("start") != null ? request.getParameter("start") : "0");
More information about the sword-cvs
mailing list