Merge pull request #1743 from MaxLeiter/patch-3

Fix whois template parsing real name field
This commit is contained in:
Jérémie Astori 2017-11-25 16:13:51 -05:00 committed by GitHub
commit d99030aff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}}