Merge pull request #3224 from edgibbs/double_escaped_quotes_mobile_view
FIX: Don't escape test in topic excerpt for mobile.
This commit is contained in:
commit
72606a776e
|
@ -15,7 +15,7 @@
|
|||
|
||||
{{#if t.hasExcerpt}}
|
||||
<div class="topic-excerpt">
|
||||
{{t.excerpt}}
|
||||
{{{t.excerpt}}}
|
||||
{{#if t.excerptTruncated}}
|
||||
{{#unless t.canClearPin}}<a href="{{unbound t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue