Uncommented code that was commented out by mistake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-11-10 00:05:39 +00:00
parent a574cf21c5
commit bff010281d

View File

@@ -855,7 +855,7 @@ bool wxMetaTagHandler::HandleTag(const wxHtmlTag& tag)
{ {
if (tag.GetName() == _T("BODY")) if (tag.GetName() == _T("BODY"))
{ {
// m_Parser->StopParsing(); m_Parser->StopParsing();
return FALSE; return FALSE;
} }
@@ -867,7 +867,7 @@ bool wxMetaTagHandler::HandleTag(const wxHtmlTag& tag)
if (content.Left(19) == _T("text/html; charset=")) if (content.Left(19) == _T("text/html; charset="))
{ {
*m_retval = content.Mid(19); *m_retval = content.Mid(19);
// m_Parser->StopParsing(); m_Parser->StopParsing();
} }
} }
return FALSE; return FALSE;