Switch to side-by-side view

--- a/src/internfile/mh_html.cpp
+++ b/src/internfile/mh_html.cpp
@@ -41,6 +41,7 @@
 bool MimeHandlerHtml::set_document_file(const string &fn)
 {
     LOGDEB0(("textHtmlToDoc: %s\n", fn.c_str()));
+    RecollFilter::set_document_file(fn);
     string otext;
     if (!file_to_string(fn, otext)) {
 	LOGINFO(("textHtmlToDoc: cant read: %s\n", fn.c_str()));