We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf990b + 90f90f4 commit c7640c4Copy full SHA for c7640c4
templates/discussion_list.mustache
@@ -183,7 +183,7 @@
183
{{/canviewdiscussions}}
184
185
<td class="topic starter">
186
- <a href="{{ subjectlink }}">{{ subjecttext }}</a>
+ <a href="{{ subjectlink }}">{{{ subjecttext }}}</a>
187
</td>
188
189
<td class="picture">
templates/question.mustache
@@ -53,7 +53,7 @@
53
{{#isfirstpost}}
54
{{! The subject. }}
55
<div class="subject" role="heading" aria-level="2">
56
- {{ subject }}
+ {{{ subject }}}
57
</div>
58
{{/isfirstpost}}
59
@@ -142,4 +142,4 @@
142
143
144
145
-</div>
+</div>
0 commit comments