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:
Ed Gibbs 2015-02-22 16:57:30 -08:00
parent 363fc03ab3
commit 2dbfeb71a8
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}}