[sword-cvs] swordweb dailydevotion.jsp,1.6,1.7 passagestudy.jsp,1.25,1.26

sword@www.crosswire.org sword@www.crosswire.org
Fri, 7 Nov 2003 22:15:03 -0700


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

Modified Files:
	dailydevotion.jsp passagestudy.jsp 
Log Message:
ok



Index: dailydevotion.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/dailydevotion.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dailydevotion.jsp	27 Oct 2003 23:35:39 -0000	1.6
+++ dailydevotion.jsp	8 Nov 2003 05:15:00 -0000	1.7
@@ -46,7 +46,8 @@
 <div id="daily">
 		<h2>Today's Devotion (<%= formatter.format(new Date()) %>)</h2>
 
-		<p class="textname">&raquo; <%= activeDevo.getDescription().replaceAll("&", "&amp;") + " (" + activeDevo.getName() + ")" %></p>
+		<h3>; <%= activeDevo.getDescription().replaceAll("&", 
+"&amp;") + " (" + activeDevo.getName() + ")" %></h3>
 
 		<div class="verse">
 			<%= new String(activeDevo.getRenderText().getBytes(), "UTF-8") %>

Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- passagestudy.jsp	8 Nov 2003 05:04:55 -0000	1.25
+++ passagestudy.jsp	8 Nov 2003 05:15:00 -0000	1.26
@@ -182,7 +182,7 @@
 
 		<div id="passagestudy">
 		<h2><%= activeKey %></h2>
-		<h3>&raquo; <%= activeModule.getDescription().replaceAll("&", "&amp;") + " (" + activeModule.getName() + ")" %></h3>
+		<h3><%= activeModule.getDescription().replaceAll("&", "&amp;") + " (" + activeModule.getName() + ")" %></h3>
 
 		<% //insert next and previous chapter links
 			// activeKey contains the current key ATM