BUGFIX: properly escape HTML entities in excerpt (props to @ecuk)

This commit is contained in:
Régis Hanol 2014-01-19 23:54:52 +01:00
parent 671b8e7587
commit 57eacdaeed
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
{{#if hasExcerpt}}
<div class="topic-excerpt">
{{excerpt}}
{{{excerpt}}}
{{#if excerptTruncated}}
{{#unless canClearPin}}<a href="{{lastUnreadUrl}}">{{i18n read_more}}</a>{{/unless}}
{{/if}}

View File

@ -14,7 +14,7 @@
{{#if hasExcerpt}}
<div class="topic-excerpt">
{{excerpt}}
{{{excerpt}}}
{{#if excerptTruncated}}
{{#unless canClearPin}}<a href="{{lastUnreadUrl}}">{{i18n read_more}}</a>{{/unless}}
{{/if}}