Parse formatting in real name
This commit is contained in:
parent
8062609c86
commit
10dab7afac
@ -1,7 +1,7 @@
|
|||||||
<div>
|
<div>
|
||||||
{{> ../user_name nick=whois.nick}}
|
{{> ../user_name nick=whois.nick}}
|
||||||
<i class="hostmask">({{whois.user}}@{{whois.host}})</i>:
|
<i class="hostmask">({{whois.user}}@{{whois.host}})</i>:
|
||||||
<b>{{whois.real_name}}</b>
|
<b>{{{parse whois.real_name}}}</b>
|
||||||
</div>
|
</div>
|
||||||
{{#if whois.account}}
|
{{#if whois.account}}
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user