Merge pull request #245 from thelounge/xpaw/no-link-parse
Do not parse link titles for IRC formatting
This commit is contained in:
commit
7024bd454a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user