From 3572fc31a1187fcc46a1a4276b94deb17ea05d9e Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 6 Aug 2017 16:24:16 -1000 Subject: Fix images on About pages --- lib/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/about.js') diff --git a/lib/about.js b/lib/about.js index bb292f6..6d04355 100644 --- a/lib/about.js +++ b/lib/about.js @@ -20,7 +20,7 @@ About.prototype.createAboutOpStream = function (id) { && key !== 'type' && key !== 'recps' }).map(function (key) { - var value = u.toLink(c[key]) + var value = c[key] return { id: msg.key, author: msg.value.author, -- cgit v1.2.3