In google_charts.inc I change : line 120 return ''; to return '';
Now I have valid markup
It's OK ?
In google_charts.inc I change : line 120
return '<img src="http://chart.apis.google.com/chart?'. implode('&', $chart) .'" />';
to
return '<img src="http://chart.apis.google.com/chart?'. implode('&', $chart) .'" alt="" />';
tracerul,
thanks. its now fixed and soon on the next version.
regards,
massa
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
tracerul commentedIn google_charts.inc I change :
line 120
to
Now I have valid markup
It's OK ?
Comment #2
brmassa commentedtracerul,
thanks. its now fixed and soon on the next version.
regards,
massa