diff options
author | Vitaly Takmazov | 2017-05-04 12:10:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-05 12:07:19 +0300 |
commit | 9c2dfaa34c93ee5bf24093c95cff7d4b77b4ecb5 (patch) | |
tree | 62caf9ab22d9106aa1ffe86729a00b9c4536c7f5 /juick-www/src/main/webapp/WEB-INF/views/index.html | |
parent | dc3f40eab5b9ab848964a1ff262227b8b61c9e61 (diff) |
juick-www: pebble message formatter extension
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index da2117a5..a9d6d058 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -31,7 +31,7 @@ <img src="//i.juick.com/photos-512/{{ msg.getMid() }}.{{ msg.AttachmentType }}" alt=""/></a> </p> {% endif %} - <p>{{ msg.getText() | raw }}</p> + <p>{{ msg | formatMessage }}</p> {%if msg.AttachmentType is not empty %} <div class="irbr"></div> {% endif %} |