X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0bdbbfe1113bc414c9da03ad8139535af873b47..68a9ef0ef0b8148a2cfc63b14e5b39db9071156e:/src/html/m_tables.cpp?ds=sidebyside diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index b7ff14f6cb..7f2f90ff8b 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -496,7 +496,7 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH") } - else if (m_Table && !tag.IsEnding()) + else if (m_Table) { // new row in table if (tag.GetName() == wxT("TR"))