From e7873d0707b9057f63bac5540df8577c96921e3b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 6 Mar 2019 21:05:52 +0300 Subject: Fix illegal reflective access from PebbleTemplates --- src/main/resources/templates/layouts/note.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/layouts') diff --git a/src/main/resources/templates/layouts/note.html b/src/main/resources/templates/layouts/note.html index 42b939c0..e832dc63 100644 --- a/src/main/resources/templates/layouts/note.html +++ b/src/main/resources/templates/layouts/note.html @@ -1,5 +1,5 @@ {% import "views/macros/tags" %}

{{ msg | formatMessage }}

-{% if msg.tags.size > 0 %} +{% if msg.tags | length > 0 %}
{{ allTags(baseUri, msg.tags | tagsList) }}
{% endif %} \ No newline at end of file -- cgit v1.2.3