mirror of https://github.com/zlatinb/muwire
sanitize profile title from browse tab
parent
a1cb14152d
commit
b5fd9b4bb6
|
@ -201,7 +201,7 @@ class BrowseController {
|
|||
params.core = core
|
||||
params.persona = model.host
|
||||
params.uuid = uuid
|
||||
params.profileTitle = header?.getTitle()
|
||||
params.profileTitle = HTMLSanitizer.sanitize(header?.getTitle())
|
||||
|
||||
mvcGroup.createMVCGroup("view-profile", uuid.toString(), params)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue