mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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}}
|
{{#if t.hasExcerpt}}
|
||||||
<div class="topic-excerpt">
|
<div class="topic-excerpt">
|
||||||
{{t.excerpt}}
|
{{{t.excerpt}}}
|
||||||
{{#if t.excerptTruncated}}
|
{{#if t.excerptTruncated}}
|
||||||
{{#unless t.canClearPin}}<a href="{{unbound t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
|
{{#unless t.canClearPin}}<a href="{{unbound t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user