This commit is contained in:
parent
ae61b25fc4
commit
a9eb8e42da
@ -691,6 +691,8 @@ class LoadThread : public QThread {
|
|||||||
// a mysterious error. Happens when the file name matches a
|
// a mysterious error. Happens when the file name matches a
|
||||||
// a search term of course.
|
// a search term of course.
|
||||||
*statusp = 0;
|
*statusp = 0;
|
||||||
|
// If we prefer html and it is available, replace the
|
||||||
|
// text/plain document text
|
||||||
if (prefs.previewHtml && !interner.get_html().empty()) {
|
if (prefs.previewHtml && !interner.get_html().empty()) {
|
||||||
out->text = interner.get_html();
|
out->text = interner.get_html();
|
||||||
out->mimetype = "text/html";
|
out->mimetype = "text/html";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user