X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0bdbbfe1113bc414c9da03ad8139535af873b47..5fe143dfdfa19c4fe8e15abfa933940fb51662e5:/src/html/m_tables.cpp 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"))