diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-08-26 18:13:16 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-08-26 18:13:26 -0700 |
commit | 6c1319aa3220157ed76d0c897ae085605a9d65c2 (patch) | |
tree | 845a241d8d34f3db0789bb0442b2b9b4e15a3ea6 /lib/render-msg.js | |
parent | 573fa4b98cd650d1e2417fd34f11744da0cea911 (diff) | |
download | patchfoo-6c1319aa3220157ed76d0c897ae085605a9d65c2.tar.gz patchfoo-6c1319aa3220157ed76d0c897ae085605a9d65c2.zip |
about: title before description
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r-- | lib/render-msg.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' |