[sword-svn] r2567 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Thu Oct 14 06:41:50 MST 2010
Author: scribe
Date: 2010-10-14 06:41:50 -0700 (Thu, 14 Oct 2010)
New Revision: 2567
Modified:
trunk/include/osishtmlhref.h
Log:
Enabled nested <hi> tags to be as deep and in any order they want
Modified: trunk/include/osishtmlhref.h
===================================================================
--- trunk/include/osishtmlhref.h 2010-10-14 13:40:59 UTC (rev 2566)
+++ trunk/include/osishtmlhref.h 2010-10-14 13:41:50 UTC (rev 2567)
@@ -32,17 +32,17 @@
bool morphFirst;
protected:
// used by derived classes so we have it in the header
- class QuoteStack;
+ class TagStack;
class SWDLLEXPORT MyUserData : public BasicFilterUserData {
public:
bool osisQToTick;
- bool inBold;
bool inXRefNote;
bool BiblicalText;
int suspendLevel;
SWBuf wordsOfChristStart;
SWBuf wordsOfChristEnd;
- QuoteStack *quoteStack;
+ TagStack *quoteStack;
+ TagStack *hiStack;
SWBuf lastTransChange;
SWBuf w;
SWBuf fn;
More information about the sword-cvs
mailing list