From 79fedc0bb715ce90d3e224b4d1206ef97000cf9f Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Wed, 5 Sep 2012 14:39:41 -0700 Subject: [PATCH] Replace unicode characters with entities for now - it breaks xmodule rendering otherwise. --- .../discussion/_underscore_templates.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index ad749b0874..4dd668abc5 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -7,13 +7,13 @@

${'<%- title %>'}

${'<%- created_at %>'} by - ${'<%- username %>'} + ${'<%- username %>'}

- +
${'<%- body %>'}
@@ -22,7 +22,7 @@ (this post is about ${'<%- courseware_title %>'}) ${'<% } %>'} - +