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
1 changed files with 1 additions and 1 deletions

View File

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