Commit a24fd328 by David Ormsbee

Fix error when unicode string is in message viewed in single-thread template

parent dc13ff81
......@@ -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