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}} {{#if thumb}}
<img src="{{thumb}}" class="thumb"> <img src="{{thumb}}" class="thumb">
{{/if}} {{/if}}
<div class="head">{{{parse head}}}</div> <div class="head">{{head}}</div>
<div class="body"> <div class="body">
{{body}} {{body}}
</div> </div>