From 2dbfeb71a85c39559ae0c2cbf93720c37dfd9df4 Mon Sep 17 00:00:00 2001 From: Ed Gibbs Date: Sun, 22 Feb 2015 16:57:30 -0800 Subject: [PATCH] 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. --- .../discourse/templates/mobile/components/basic-topic-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs b/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs index 99aa9d66bfa..9d07aba9cf6 100644 --- a/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs +++ b/app/assets/javascripts/discourse/templates/mobile/components/basic-topic-list.hbs @@ -15,7 +15,7 @@ {{#if t.hasExcerpt}}
- {{t.excerpt}} + {{{t.excerpt}}} {{#if t.excerptTruncated}} {{#unless t.canClearPin}}{{i18n 'read_more'}}{{/unless}} {{/if}}