diff --git a/core/bbcodeparser.h b/core/bbcodeparser.h index 6112a9e..792a710 100755 --- a/core/bbcodeparser.h +++ b/core/bbcodeparser.h @@ -83,6 +83,8 @@ class BBCODEParser : public HTMLFilter void TrimWhiteWithNewLines(const wchar_t * & start, const wchar_t * & end); + + bool has_open_ol_tag; // has open html
    tag bool has_open_ul_tag; // has open html