Switch to unified view
a/src/query/plaintorich.h | b/src/query/plaintorich.h | ||
---|---|---|---|
... |
... |
||
87 | virtual string startChunk() {return snull;} |
87 | virtual string startChunk() {return snull;} |
88 | 88 | ||
89 | protected: |
89 | protected: |
90 | static const string snull; |
90 | static const string snull; |
91 | bool m_inputhtml; |
91 | bool m_inputhtml; |
92 | // Use <br> to break plain text lines (else caller has used a <pre> tag) |
||
93 | bool m_eolbr; |
||
92 | }; |
94 | }; |
93 | 95 | ||
94 | #endif /* _PLAINTORICH_H_INCLUDED_ */ |
96 | #endif /* _PLAINTORICH_H_INCLUDED_ */ |