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:
Sam 2015-02-23 13:07:04 +11:00
commit 72606a776e
1 changed files with 1 additions and 1 deletions

View File

@ -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}}