Commit d05b3de0 by David Ormsbee

Merge pull request #535 from MITx/feature/forum_unicode

fix unicode error on forum profile view page
parents 7d7b5be9 2feda846
......@@ -30,7 +30,7 @@
</section>
<section class="course-content">
${content}
${content.decode('utf-8')}
</section>
</div>
</section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment