X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0bdbbfe1113bc414c9da03ad8139535af873b47..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/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"))