FIX: Don't escape test in topic excerpt for mobile.
Stopped escaping topic excerpt in the mobile handlebars template to ensure things like quotes don't get escaped.
This commit is contained in:
parent
363fc03ab3
commit
2dbfeb71a8
|
@ -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