Commit 405f563d by David Ormsbee

Merge pull request #524 from MITx/feature/forum_unicode

Fix error when unicode string is in message viewed in single-thread
parents 49395f81 34d22874
......@@ -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