[sword-cvs] sword/apps/console/diatheke corediatheke.cpp,1.30,1.31
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 23 Oct 2003 23:02:40 -0700
Update of /usr/local/cvsroot/sword/apps/console/diatheke
In directory www:/tmp/cvs-serv6409
Modified Files:
corediatheke.cpp
Log Message:
no message
Index: corediatheke.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/console/diatheke/corediatheke.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- corediatheke.cpp 22 Oct 2003 03:12:12 -0000 1.30
+++ corediatheke.cpp 24 Oct 2003 06:02:37 -0000 1.31
@@ -386,7 +386,7 @@
if (inputformat != FMT_THML && (outputformat == FMT_HTML || outputformat == FMT_THML || outputformat == FMT_CGI))
*output << "<br />";
else if (outputformat == FMT_OSIS)
- *output << "<milestone type=\"line\"\/>";
+ *output << "<milestone type=\"line\"/>";
else if (outputformat == FMT_RTF)
*output << "\\par ";
else if (outputformat == FMT_GBF)
@@ -425,7 +425,7 @@
if (inputformat != FMT_THML && (outputformat == FMT_HTML || outputformat == FMT_THML || outputformat == FMT_CGI))
*output << "<br />";
else if (outputformat == FMT_OSIS)
- *output << "<milestone type=\"line\"\/>";
+ *output << "<milestone type=\"line\"/>";
else if (outputformat == FMT_RTF)
*output << "\\par ";
else if (outputformat == FMT_GBF)