Fix whois template parsing real name field

Links and etc will now render correctly
This commit is contained in:
Max Leiter 2017-11-25 12:23:03 -08:00 committed by GitHub
parent 553c24c909
commit 9eb79d675c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
{{#if whois.real_name}}
<div>
{{> ../user_name nick=whois.nick}}'s real name is:
<b>{{parse whois.real_name}}</b>
<b>{{{parse whois.real_name}}}</b>
</div>
{{/if}}
{{#if whois.account}}