From 6c1319aa3220157ed76d0c897ae085605a9d65c2 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 26 Aug 2018 18:13:16 -0700 Subject: about: title before description --- lib/render-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/render-msg.js b/lib/render-msg.js index 99c4ddf..9a08a5d 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -618,9 +618,9 @@ RenderMsg.prototype.about = function (cb) { ' as ' ], this.c.name ? [h('ins', String(this.c.name)), ' '] : '', + this.c.title ? h('h3', String(this.c.title)) : '', this.c.description ? h('div', {innerHTML: this.render.markdown(this.c.description)}) : '', - this.c.title ? h('h3', String(this.c.title)) : '', this.c.attendee ? h('div', this.link1(this.c.attendee.link, done()), this.c.attendee.remove ? ' is not attending' : ' is attending' -- cgit v1.2.3