diff options
author | r <r@freesoftwareextremist.com> | 2020-02-09 13:44:54 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-09 13:44:54 +0000 |
commit | d028eb507733bde55c2c79740c699672d623fe07 (patch) | |
tree | 4fff2d8268b976c8a49ee3e6f35364bfd8a8c112 | |
parent | cfec7879e3b3fc38956f2dce0acbbeb8a578f4c1 (diff) | |
parent | 4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96 (diff) | |
download | bloat-d028eb507733bde55c2c79740c699672d623fe07.tar.gz bloat-d028eb507733bde55c2c79740c699672d623fe07.zip |
Merge branch 'master' of git.freesoftwareextremist.com:public/bloat
-rw-r--r-- | templates/user.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl index 60d766b..de2b5c4 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -77,7 +77,7 @@ </div> </div> <div class="user-profile-decription"> - {{.User.Note}} + {{EmojiFilter .User.Note .User.Emojis}} </div> </div> </div> |