aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/render-msg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index c842752..be055ff 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -52,8 +52,8 @@ RenderMsg.prototype.wrap = function (content, cb) {
title: date.toLocaleString(),
href: this.msg.key ? this.toUrl(this.msg.key) : undefined
}, htime(date)), ' ',
- h('code.ssb-id',
- {href: this.toUrl(this.msg.key)}, this.msg.key),
+ h('code', h('a.ssb-id',
+ {href: this.toUrl(this.msg.key)}, this.msg.key)),
channel ? [' ', h('a', {href: this.toUrl(channel)}, channel)] : ''),
this.issues(done()),
content),