Merge pull request #245 from thelounge/xpaw/no-link-parse

Do not parse link titles for IRC formatting
This commit is contained in:
Jérémie Astori 2016-04-05 22:20:36 -04:00
commit 7024bd454a

View file

@ -9,7 +9,7 @@
{{#if thumb}}
<img src="{{thumb}}" class="thumb">
{{/if}}
<div class="head">{{{parse head}}}</div>
<div class="head">{{head}}</div>
<div class="body">
{{body}}
</div>