[sword-svn] r3696 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Mon Feb 3 12:38:46 MST 2020
Author: refdoc
Date: 2020-02-03 12:38:46 -0700 (Mon, 03 Feb 2020)
New Revision: 3696
Modified:
trunk/src/modules/filters/teilatex.cpp
trunk/src/modules/filters/teiplain.cpp
Log:
fixed silly typos
Modified: trunk/src/modules/filters/teilatex.cpp
===================================================================
--- trunk/src/modules/filters/teilatex.cpp 2020-02-03 06:23:14 UTC (rev 3695)
+++ trunk/src/modules/filters/teilatex.cpp 2020-02-03 19:38:46 UTC (rev 3696)
@@ -358,13 +358,6 @@
}
-
-
- else {
- return false; // we still didn't handle token
- }
-
- }
return true;
}
Modified: trunk/src/modules/filters/teiplain.cpp
===================================================================
--- trunk/src/modules/filters/teiplain.cpp 2020-02-03 06:23:14 UTC (rev 3695)
+++ trunk/src/modules/filters/teiplain.cpp 2020-02-03 19:38:46 UTC (rev 3696)
@@ -121,7 +121,6 @@
}
else if (tag.isEndTag()) {
buf += "\n";
- u->supressAdjacentWhitespace = true;
}
}
else if (!strcmp(tag.getName(), "item")) {
More information about the sword-cvs
mailing list