[sword-cvs] swordweb powersearch.jsp,1.10,1.11
sword@www.crosswire.org
sword@www.crosswire.org
Wed, 29 Oct 2003 05:36:40 -0700
Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv4249
Modified Files:
powersearch.jsp
Log Message:
removed unneeded <hr> tags
Index: powersearch.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/powersearch.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- powersearch.jsp 27 Oct 2003 23:35:39 -0000 1.10
+++ powersearch.jsp 29 Oct 2003 12:36:38 -0000 1.11
@@ -24,7 +24,7 @@
<%
}
%>
- <hr/>
+
<%
for (int i = 0; i < modInfo.length; i++) {
if (modInfo[i].category.equals(SwordOrb.BIBLES)) {
@@ -52,7 +52,7 @@
<%
}
%>
- <hr/>
+
<%
for (int i = 0; i < modInfo.length; i++) {
if (modInfo[i].category.equals(SwordOrb.COMMENTARIES)) {