Fix self-xss issue in contact-group-rename
This commit is contained in:
parent
c9552c2cd9
commit
fb4898c4fa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function toggleAspectTitle(){
|
|||
}
|
||||
|
||||
function updateAspectName(new_name) {
|
||||
$('#aspect_name_title .name').html(new_name);
|
||||
$('#aspect_name_title .name').text(new_name);
|
||||
$('input#aspect_name').val(new_name);
|
||||
}
|
||||
function updatePageAspectName( an_id, new_name) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue