Micro fix

This commit is contained in:
Hexagon 2014-09-24 22:56:31 +02:00
parent 72e9fc9395
commit 238e1f5413
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ define({
title: function (payload) {
win.setTitle(payload);
return post('info', $.template(templates.messages.title_set, { title: payload}));
return post('info', $.template(templates.messages.title_set, { title: $.escapeHtml(payload)}));
},
join: function (payload) {