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