aboutsummaryrefslogtreecommitdiff
path: root/templates/requestlist.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-11-16 15:29:27 +0000
committerr <r@freesoftwareextremist.com>2021-11-16 15:29:27 +0000
commitb2a9e44db1a703fe0150c5aef7097020a9e1550d (patch)
treebf2e1b5baa6379e6d8c70b786218e3c4b7c6606b /templates/requestlist.tmpl
parent4d68062f2d0525a9d2a40e50d60ea9b25daae9ad (diff)
downloadbloat-b2a9e44db1a703fe0150c5aef7097020a9e1550d.tar.gz
bloat-b2a9e44db1a703fe0150c5aef7097020a9e1550d.zip
Escape user display name
Diffstat (limited to 'templates/requestlist.tmpl')
-rw-r--r--templates/requestlist.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/requestlist.tmpl b/templates/requestlist.tmpl
index 8142620..d9b2b0a 100644
--- a/templates/requestlist.tmpl
+++ b/templates/requestlist.tmpl
@@ -9,7 +9,7 @@
</div>
<div class="user-list-name">
<div>
- <div class="status-dname"> {{EmojiFilter .DisplayName .Emojis}} </div>
+ <div class="status-dname"> {{EmojiFilter (html .DisplayName) .Emojis}} </div>
<a class="img-link" href="/user/{{.ID}}">
<div class="status-uname"> @{{.Acct}} </div>
</a>