From 459e6550b503b0dc3de2174bbdc0618bce6667e5 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Fri, 16 Jul 2010 19:29:58 +0000 Subject: [PATCH] + fix for the wikipedia-de --- src/common/kiwix/reader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/kiwix/reader.cpp b/src/common/kiwix/reader.cpp index 5a654c1e7..55c2670de 100644 --- a/src/common/kiwix/reader.cpp +++ b/src/common/kiwix/reader.cpp @@ -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("")) { - cout << content << endl; content = "" + article.getTitle() + "" + content + ""; }