Micro fix
This commit is contained in:
parent
72e9fc9395
commit
238e1f5413
|
@ -361,7 +361,7 @@ define({
|
||||||
|
|
||||||
title: function (payload) {
|
title: function (payload) {
|
||||||
win.setTitle(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) {
|
join: function (payload) {
|
||||||
|
|
Loading…
Reference in New Issue