From a24fd328d9ecebc669ccf8085d122d28af4478f4 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 23 Aug 2012 07:40:18 -0400 Subject: [PATCH] Fix error when unicode string is in message viewed in single-thread template --- lms/templates/discussion/single_thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/discussion/single_thread.html b/lms/templates/discussion/single_thread.html index 111f35cac9..3c46b337b3 100644 --- a/lms/templates/discussion/single_thread.html +++ b/lms/templates/discussion/single_thread.html @@ -30,7 +30,7 @@
- ${content} + ${content.decode('utf-8')}