FIX: encoded characters shown in category boxes

This commit is contained in:
Neil Lalonde 2017-03-14 14:51:11 -04:00
parent 8ac7e6a605
commit 889902256b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class='details'>
<h3>{{c.name}}</h3>
<div class='description'>
{{c.description}}
{{{c.description_excerpt}}}
</div>
</div>
</a>