From 9eb79d675ce9359122a5be1aa72d812433ecfd16 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sat, 25 Nov 2017 12:23:03 -0800 Subject: [PATCH] Fix whois template parsing real name field Links and etc will now render correctly --- client/views/actions/whois.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/views/actions/whois.tpl b/client/views/actions/whois.tpl index fac3de64..4b8fa302 100644 --- a/client/views/actions/whois.tpl +++ b/client/views/actions/whois.tpl @@ -12,7 +12,7 @@ {{#if whois.real_name}}
{{> ../user_name nick=whois.nick}}'s real name is: - {{parse whois.real_name}} + {{{parse whois.real_name}}}
{{/if}} {{#if whois.account}}