mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Do not parse link titles for IRC formatting
This commit is contained in:
parent
9d59bd53b9
commit
5c1a95b22f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue