MINOR Fixed XSS when changing page title

This commit is contained in:
Ingo Schommer 2012-01-31 14:37:21 +01:00
parent 0bfd866623
commit cb26a83bd1
1 changed files with 1 additions and 1 deletions

View File

@ -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());
},
/**