From 06551d608411d07e93e7a569b6821b7d03f9a5ad Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 26 Apr 2011 17:19:08 +0000 Subject: [PATCH] added: "str" "strnc" ezc functions changed: ezc functions: "winix_false" to "false" "winix_true" to "true" git-svn-id: svn://ttmath.org/publicrep/winix/trunk@730 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/bbcodeparser.h | 2 ++ templates/templates.cpp | 6 ++++-- templates/templates.h | 2 ++ templates/winix.cpp | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 2 deletions(-) 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