Merge pull request #535 from MITx/feature/forum_unicode

fix unicode error on forum profile view page
This commit is contained in:
David Ormsbee
2012-08-23 07:36:59 -07:00

View File

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