Skip to content

Commit

Permalink
Allow HTML in tooltip
Browse files Browse the repository at this point in the history
`t()` is already sanitizing content by passing it through DOMPurify, this leads here to the problem that stuff is sanitized multiple times.

Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Jun 12, 2017
1 parent 200600e commit 3bb42a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings/js/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ var UserList = {
delay: {
show: 100,
hide: 0
}
},
html: true
});
if (user.quota === 'default') {
$quotaSelect
Expand Down

0 comments on commit 3bb42a9

Please sign in to comment.