]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
wxWindowBase remembers title/label now
[wxWidgets.git] / src / html / m_tables.cpp
index b7ff14f6cba9d75ca0e3fe7d371084ab4589500a..7f2f90ff8b97c9140aec8e435f5db1c434b58e23 100644 (file)
@@ -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"))