From b85860fda2946cbb2b29a5cee4bf0f27c3813e1e Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 3 Feb 2017 15:49:56 -0800 Subject: Render about description --- lib/render-msg.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/render-msg.js') diff --git a/lib/render-msg.js b/lib/render-msg.js index 6b0513d..8285121 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -307,6 +307,7 @@ RenderMsg.prototype.about = function (cb) { ['identifies ', h('a', {href: this.toUrl(this.c.about)}, truncate(this.c.about, 10))], ' as ', this.c.name ? [h('ins', this.c.name), ' '] : '', + this.c.description ? h('div', {innerHTML: this.c.description}) : '', img ? [ h('br'), h('a', {href: this.toUrl(img)}, -- cgit v1.2.3