mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed XSS when changing page title
This commit is contained in:
parent
0bfd866623
commit
cb26a83bd1
@ -95,7 +95,7 @@
|
||||
* Update the page title heading when page title changes
|
||||
*/
|
||||
updatePageTitleHeading: function() {
|
||||
$('#page-title-heading').html(this.val());
|
||||
$('#page-title-heading').text(this.val());
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user