diff options
Diffstat (limited to 'templates/web/base/my/my.html')
-rw-r--r-- | templates/web/base/my/my.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/my/my.html b/templates/web/base/my/my.html index 9ba9533f8..69f686f68 100644 --- a/templates/web/base/my/my.html +++ b/templates/web/base/my/my.html @@ -56,7 +56,7 @@ <div class="item-list__update-wrap"> [% INCLUDE 'report/photo.html' object=u %] <div class="item-list__update-text"> - [% add_links( u.text ) | html_para %] + [% u.text | add_links | html_para %] <p class="meta-2"> [% tprintf( loc("Added %s"), prettify_dt( u.confirmed, 'date' ) ) %] |