Do not parse link titles for IRC formatting

This commit is contained in:
Pavel Djundik 2016-04-04 10:43:45 +03:00
parent 9d59bd53b9
commit 5c1a95b22f

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>