Prevent comment title from being link (stupid /comment/123 link at that)
This commit is contained in:
parent
eb5b6b1e01
commit
f6b5d40d76
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
<div class="media-content">
|
||||
{% if title %}
|
||||
{{ title_prefix }}
|
||||
<h3{{ title_attributes.addClass('title', 'is-5') }}>{{ title }}</h3>
|
||||
<h3{{ title_attributes.addClass('title', 'is-5') }}>{{ title|striptags }}</h3>
|
||||
{{ title_suffix }}
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
|
|
Loading…
Reference in a new issue