fix unicode error on forum profile view page

This commit is contained in:
David Ormsbee
2012-08-23 10:32:27 -04:00
parent 7d7b5be95a
commit 2feda8467e

View File

@@ -30,7 +30,7 @@
</section>
<section class="course-content">
${content}
${content.decode('utf-8')}
</section>
</div>
</section>