Merge pull request #1743 from MaxLeiter/patch-3
Fix whois template parsing real name field
This commit is contained in:
commit
d99030aff5
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user