aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-04 12:10:26 +0300
committerGravatar Vitaly Takmazov2017-05-05 12:07:19 +0300
commit9c2dfaa34c93ee5bf24093c95cff7d4b77b4ecb5 (patch)
tree62caf9ab22d9106aa1ffe86729a00b9c4536c7f5 /juick-www/src/main/webapp/WEB-INF/views/pm_sent.html
parentdc3f40eab5b9ab848964a1ff262227b8b61c9e61 (diff)
juick-www: pebble message formatter extension
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 %}