[sword-svn] r1986 - trunk/src/modules/filters
chrislit at www.crosswire.org
chrislit at www.crosswire.org
Sat Nov 4 00:46:16 MST 2006
Author: chrislit
Date: 2006-11-04 00:46:14 -0700 (Sat, 04 Nov 2006)
New Revision: 1986
Modified:
trunk/src/modules/filters/osisrtf.cpp
Log:
add some space between paragraphs
Modified: trunk/src/modules/filters/osisrtf.cpp
===================================================================
--- trunk/src/modules/filters/osisrtf.cpp 2006-10-24 02:27:58 UTC (rev 1985)
+++ trunk/src/modules/filters/osisrtf.cpp 2006-11-04 07:46:14 UTC (rev 1986)
@@ -260,7 +260,7 @@
// <p> paragraph tag
else if (!strcmp(tag.getName(), "p")) {
if ((!tag.isEndTag()) && (!tag.isEmpty())) { // non-empty start tag
- outText("{\\par}", buf, u);
+ outText("{\\fi200\\par}", buf, u);
}
else if (tag.isEndTag()) { // end tag
outText("{\\par}", buf, u);
More information about the sword-cvs
mailing list