encode more html entities

This commit is contained in:
Rolux 2016-01-08 14:20:08 +05:30
commit bdcd935c3e
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ oml.ui.listDialog = function() {
closeButton: true,
content: Ox.LoadingScreen().start(),
height: 264,
title: getTitle(list),
title: Ox.encodeHTMLEntities(getTitle(list)),
width: 648 + Ox.UI.SCROLLBAR_SIZE
});