Switch to side-by-side view
--- a/src/internfile/internfile.cpp +++ b/src/internfile/internfile.cpp @@ -573,6 +573,8 @@ } } else if (it->first == cstr_dj_keymd) { doc.dmtime = it->second; + } else if (it->first == cstr_dj_keyanc) { + doc.haschildren = true; } else if (it->first == cstr_dj_keyorigcharset) { doc.origcharset = it->second; } else if (it->first == cstr_dj_keyfn) {