diff options
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r-- | lib/render-msg.js | 1 |
1 files changed, 1 insertions, 0 deletions
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)}, |