mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
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
Block a user