Fix another self-xss issue
This commit is contained in:
parent
fb4898c4fa
commit
20ffa8fa13
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function updateAspectName(new_name) {
|
|||
$('input#aspect_name').val(new_name);
|
||||
}
|
||||
function updatePageAspectName( an_id, new_name) {
|
||||
$('ul#aspect_nav [data-guid="'+an_id+'"]').html(new_name);
|
||||
$('ul#aspect_nav [data-guid="'+an_id+'"]').text(new_name);
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue