[sword-cvs] swordweb fulllibrary.jsp,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Wed, 24 Sep 2003 09:55:50 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv6653

Modified Files:
	fulllibrary.jsp 
Log Message:
moved #cv out of the encode call


Index: fulllibrary.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/fulllibrary.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fulllibrary.jsp	17 Sep 2003 22:22:43 -0000	1.7
+++ fulllibrary.jsp	24 Sep 2003 16:55:48 -0000	1.8
@@ -98,7 +98,7 @@
 				String type = module.getCategory();
 				String targetURL = "";
 				if ((SwordOrb.BIBLES.equals(type)) || (SwordOrb.COMMENTARIES.equals(type))) {
-					targetURL = "passagestudy.jsp?mod="+URLEncoder.encode(module.getName()+"#cv");
+					targetURL = "passagestudy.jsp?mod="+URLEncoder.encode(module.getName())+"#cv";
 				}
 				else if (SwordOrb.DAILYDEVOS.equals(type)) {
 					targetURL = "dailydevotion.jsp?mod="+URLEncoder.encode(module.getName());