mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +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
|
* Update the page title heading when page title changes
|
||||||
*/
|
*/
|
||||||
updatePageTitleHeading: function() {
|
updatePageTitleHeading: function() {
|
||||||
$('#page-title-heading').html(this.val());
|
$('#page-title-heading').text(this.val());
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user