another unicode fix for forums

This commit is contained in:
David Ormsbee
2012-08-23 07:59:53 -04:00
parent 27347fbc87
commit c52dd5faea

View File

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