+ fix for the wikipedia-de

This commit is contained in:
kelson42 2010-07-16 19:29:58 +00:00
parent d968ac7114
commit 459e6550b5
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ namespace kiwix {
/* Try to set a stub HTML header/footer if necesssary */
if (contentType == "text/html" && std::string::npos == content.find("<body>")) {
cout << content << endl;
content = "<html><head><title>" + article.getTitle() + "</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /></head><body>" + content + "</body></html>";
}