Switch to side-by-side view

--- a/src/query/plaintorich.h
+++ b/src/query/plaintorich.h
@@ -89,6 +89,8 @@
 protected:
     static const string snull;
     bool m_inputhtml;
+    // Use <br> to break plain text lines (else caller has used a <pre> tag)
+    bool m_eolbr; 
 };
 
 #endif /* _PLAINTORICH_H_INCLUDED_ */