aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/pm_sent.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/pm_sent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
index 872cd29f..5a3daa1d 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
@@ -23,7 +23,7 @@
</div>
<div class="msg-ts">{{ msg.getDate() }}</div>
</div>
- <div class="msg-txt">{{ msg.getText() | raw }}</div>
+ <div class="msg-txt">{{ msg | formatMessage }}</div>
</div>
</li>
{% endfor %}