Escape HTML in titles of table charts

Conflicts:
	js/tbl_chart.js
This commit is contained in:
Michal Čihař 2013-01-15 09:10:48 +01:00
parent b489fdffb6
commit b23372a336

View File

@ -71,6 +71,7 @@ AJAX.registerOnload('tbl_chart.js', function() {
},
title: {
text: $('input[name="chartTitle"]').attr('value')
escapeHtml: true,
//margin:20
},
legend: {
@ -286,6 +287,7 @@ function PMA_queryChart(data, passedSettings, passedNonJqplotSettings)
var settings = {
title: {
escapeHtml: true,
text: ''
//margin:20
}