From c52dd5faeae3eb9f53a5e568719b55bd68e6def2 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 23 Aug 2012 07:59:53 -0400 Subject: [PATCH] another unicode fix for forums --- lms/templates/discussion/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/discussion/index.html b/lms/templates/discussion/index.html index af564cabe3..43291b6f9b 100644 --- a/lms/templates/discussion/index.html +++ b/lms/templates/discussion/index.html @@ -32,7 +32,7 @@
- ${content} + ${content.decode('utf-8')}