[sword-cvs] swordweb wordsearchresults.jsp,1.4,1.5
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 1 Jul 2003 11:16:23 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv7613
Modified Files:
wordsearchresults.jsp
Log Message:
Index: wordsearchresults.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wordsearchresults.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wordsearchresults.jsp 23 May 2003 20:38:19 -0000 1.4
--- wordsearchresults.jsp 1 Jul 2003 18:16:20 -0000 1.5
***************
*** 35,39 ****
<tiles:insert beanName="basic" flush="true" >
<tiles:put name="title" type="string">
! Search results for "<%= activeSearchTerm %>"
</tiles:put>
--- 35,39 ----
<tiles:insert beanName="basic" flush="true" >
<tiles:put name="title" type="string">
! Search results for <%= new String(activeSearchTerm.getBytes("iso8859-1"), "UTF-8") %>
</tiles:put>
***************
*** 103,107 ****
%>
<dt><a href="passagestudy.jsp?key=<%= URLEncoder.encode(results[i]) %>" title="<%= results[i] %>"><%= results[i] %></a></dt>
! <dd><%= activeModule.getRenderText() %></dd>
<%
}
--- 103,109 ----
%>
<dt><a href="passagestudy.jsp?key=<%= URLEncoder.encode(results[i]) %>" title="<%= results[i] %>"><%= results[i] %></a></dt>
! <dd>
! <%= new String(activeModule.getRenderText().getBytes("iso8859-1"), "UTF-8") %>
! </dd>
<%
}