diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/serve.js b/lib/serve.js index 8885704..504c633 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -953,9 +953,8 @@ Serve.prototype.composer = function (opts, cb) { pull.once(msg), pull.asyncMap(self.app.unboxMsg), self.app.render.renderFeeds(raw), - pull.flatten(), pull.drain(function (el) { - msgContainer.appendChild(el) + msgContainer.appendChild(h('tbody', el)) }, cb) ) return [ |