diff --git a/templates/discussion_list.mustache b/templates/discussion_list.mustache
index 65280550fd5..5807ddb4369 100644
--- a/templates/discussion_list.mustache
+++ b/templates/discussion_list.mustache
@@ -183,7 +183,7 @@
{{/canviewdiscussions}}
- {{ subjecttext }}
+ {{{ subjecttext }}}
|
diff --git a/templates/question.mustache b/templates/question.mustache
index 80a7df4c2e2..4c074d281f9 100644
--- a/templates/question.mustache
+++ b/templates/question.mustache
@@ -53,7 +53,7 @@
{{#isfirstpost}}
{{! The subject. }}
- {{ subject }}
+ {{{ subject }}}
{{/isfirstpost}}
@@ -142,4 +142,4 @@
-
\ No newline at end of file
+
|