Fix encoding glitch in HTML partials.

This commit is contained in:
hacksalot 2016-01-14 15:46:10 -05:00
parent af8e8c44ab
commit ea0d6987cd
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div>
<h3><em>{{ title }}</em>, {{ from }}</h3>
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
{{ summary }}
{{{ summary }}}
{{> highlights }}
</div>
{{/body-recognition}}

View File

@ -8,7 +8,7 @@
{{#> body-references }}
<div>
<h3><em>{{ name }}</em></h3>
{{ summary }}
{{{ summary }}}
</div>
{{/body-references}}
{{/each}}