Switch to side-by-side view

--- a/src/kde/kioslave/recoll/htmlif.cpp
+++ b/src/kde/kioslave/recoll/htmlif.cpp
@@ -223,7 +223,7 @@
 		       "<META http-equiv=\"Content-Type\""
 		       "content=\"text/html;charset=UTF-8\"><title>") + 
 		m_name + 
-		string("</title></head><body><p>");
+		string("</title></head><body><pre>");
 	}
     }
     virtual string startMatch() {return string("<font color=\"blue\">");}