diff --git a/src/routes/api.js b/src/routes/api.js index 4b9c0d318f..9c6f9dc7ed 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -103,12 +103,12 @@ var path = require('path'), data.motd_class += (meta.config.motd && meta.config.motd.length > 0 ? '' : ' default'); data.motd_class += meta.config.motd_class ? ' ' + meta.config.motd_class : ''; - data.motd = require('marked')(motdString); + data.motd = motdString; res.json(data); }; if (!meta.config.motd) { - translator.translate('\n\n# NodeBB v' + pkg.version + '\n\n