Merge pull request #1689 from thelounge/xpaw/parse-real-name

Parse formatting in real name
This commit is contained in:
Jérémie Astori 2017-11-19 00:07:23 -05:00 committed by GitHub
commit 36ab3ffc8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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