Fix whois template parsing real name field
Links and etc will now render correctly
This commit is contained in:
parent
553c24c909
commit
9eb79d675c
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user