1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-03 04:17:07 +01:00

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

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