aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r--lib/render-msg.js2
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'