Switch to side-by-side view
--- a/src/query/plaintorich.h +++ b/src/query/plaintorich.h @@ -86,7 +86,7 @@ virtual string startChunk() {return snull;} protected: - static const string snull; + const string snull; bool m_inputhtml; // Use <br> to break plain text lines (else caller has used a <pre> tag) bool m_eolbr;