.
This commit is contained in:
@ -304,7 +304,7 @@
|
||||
|
||||
IsDefault: $('#isdefault').is(':checked'),
|
||||
UIStyleID: $('#styleID').text() == "" ? -1 : parseInt($('#styleID').text()),
|
||||
UIStyleName: encodeURIComponent($.trim($('#stylename_input').val()))
|
||||
UIStyleName: htmlencode($.trim($('#stylename_input').val()))
|
||||
};
|
||||
|
||||
if (!iscolorStr(styledata.ChartTitleBackgroundColor)) {
|
||||
|
Reference in New Issue
Block a user