Fix HTML exporting

This commit is contained in:
Yukai Huang 2016-10-13 16:35:43 +08:00
parent d600364933
commit 747502e694
5 changed files with 12 additions and 4 deletions

View file

@ -1084,5 +1084,7 @@ module.exports = {
owner: owner,
updateLastChangeUser: updateLastChangeUser,
updateOwner: updateOwner,
parseMeta: parseMeta
parseMeta: parseMeta,
exportToHTML: exportToHTML,
exportToRawHTML: exportToRawHTML
};