From 7ee7772018162bc36d0c6dc06949e72d250e2af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 27 Dec 2001 23:16:37 +0000 Subject: [PATCH] fixed bug in wxHTML that certainly prevented it from working with most web servers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlfilt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/htmlfilt.cpp b/src/html/htmlfilt.cpp index b28da27368..9c412c1f7b 100644 --- a/src/html/htmlfilt.cpp +++ b/src/html/htmlfilt.cpp @@ -158,7 +158,7 @@ wxString wxHtmlFilterHTML::ReadFile(const wxFSFile& file) const { wxString s(_T(""); - return s; + return s+doc; } return doc;