sanitize profile title in tooltip

dbus-notify
Zlatin Balevsky 2022-05-31 11:03:05 +01:00
parent deeadf3c42
commit 019ba980f0
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class SearchTabModel {
icon = new ThumbnailIcon(profileHeader.getThumbNail())
} catch (IOException iox) {}
avatar = icon
profileTitle = profileHeader.getTitle()
profileTitle = HTMLSanitizer.sanitize(profileHeader.getTitle())
} else {
avatar = null
profileTitle = null