[sword-svn] r282 - trunk/webapp

scribe at www.crosswire.org scribe at www.crosswire.org
Sat Sep 20 14:31:23 MST 2008


Author: scribe
Date: 2008-09-20 14:31:23 -0700 (Sat, 20 Sep 2008)
New Revision: 282

Modified:
   trunk/webapp/passagestudy.jsp
Log:


Modified: trunk/webapp/passagestudy.jsp
===================================================================
--- trunk/webapp/passagestudy.jsp	2008-09-20 20:49:03 UTC (rev 281)
+++ trunk/webapp/passagestudy.jsp	2008-09-20 21:31:23 UTC (rev 282)
@@ -71,7 +71,7 @@
 			for (int i = 0; i < prefBibles.size(); i++) {
 				SWModule module = mgr.getModuleByName((String)prefBibles.get(i));
 		%>
-				<li><a href="passagestudy.jsp?mod=<%= URLEncoder.encode(module.getName())+"#cv" %>" title="view Romans 8:26-39 in <%= module.getDescription().replaceAll("&", "&amp;") %>"><%= module.getDescription().replaceAll("&", "&amp;") %></a></li>
+				<li><a href="passagestudy.jsp?mod=<%= URLEncoder.encode(module.getName())+"#cv" %>" title="view in <%= new String(module.getDescription().replaceAll("&", "&amp;") %>"><%= module.getDescription().replaceAll("&", "&amp;").getBytes("iso8859-1"), "UTF-8" %></a></li>
 		<%
 			}
 		%>




More information about the sword-cvs mailing list