diff options
Diffstat (limited to 'lib')
-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 17b9090..7a00580 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -480,6 +480,7 @@ RenderMsg.prototype.contact = function (cb) { ' from ', h('code', self.c.note) ] : '', + self.c.reason ? [' because ', h('q', self.c.reason)] : '' ], cb) }) } |