Switch to unified view

a/src/internfile/mh_exec.cpp b/src/internfile/mh_exec.cpp
...
...
233
233
234
void MimeHandlerExec::finaldetails()
234
void MimeHandlerExec::finaldetails()
235
{
235
{
236
    // The default output mime type is html, but it may be defined
236
    // The default output mime type is html, but it may be defined
237
    // otherwise in the filter definition.
237
    // otherwise in the filter definition.
238
    m_metaData[cstr_dj_keymt] = cfgFilterOutputMtype.empty() ? "text/html" : 
238
    m_metaData[cstr_dj_keymt] = cfgFilterOutputMtype.empty() ? cstr_texthtml : 
239
    cfgFilterOutputMtype;
239
    cfgFilterOutputMtype;
240
240
241
    if (!m_forPreview && !m_nomd5) {
241
    if (!m_forPreview && !m_nomd5) {
242
    string md5, xmd5, reason;
242
    string md5, xmd5, reason;
243
    if (MD5File(m_fn, md5, &reason)) {
243
    if (MD5File(m_fn, md5, &reason)) {