Switch to side-by-side view
--- a/src/internfile/mh_exec.cpp +++ b/src/internfile/mh_exec.cpp @@ -235,7 +235,7 @@ { // The default output mime type is html, but it may be defined // otherwise in the filter definition. - m_metaData[cstr_dj_keymt] = cfgFilterOutputMtype.empty() ? "text/html" : + m_metaData[cstr_dj_keymt] = cfgFilterOutputMtype.empty() ? cstr_texthtml : cfgFilterOutputMtype; if (!m_forPreview && !m_nomd5) {