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
This commit is contained in:
parent
98a5281903
commit
7ee7772018
@ -158,7 +158,7 @@ wxString wxHtmlFilterHTML::ReadFile(const wxFSFile& file) const
|
|||||||
{
|
{
|
||||||
wxString s(_T("<meta http-equiv=\"Content-Type\" content=\""));
|
wxString s(_T("<meta http-equiv=\"Content-Type\" content=\""));
|
||||||
s << file.GetMimeType() << _T("\">");
|
s << file.GetMimeType() << _T("\">");
|
||||||
return s;
|
return s+doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
return doc;
|
return doc;
|
||||||
|
Loading…
Reference in New Issue
Block a user