In google_charts.inc I change :
line 120
return 'Only local images are allowed.';
to
return 'Only local images are allowed.';

Now I have valid markup

It's OK ?

Comments

tracerul’s picture

In google_charts.inc I change :
line 120

return '<img src="http://chart.apis.google.com/chart?'. implode('&amp;', $chart) .'" />';

to

return '<img src="http://chart.apis.google.com/chart?'. implode('&amp;', $chart) .'" alt="" />';

Now I have valid markup

It's OK ?

brmassa’s picture

Status: Active » Fixed

tracerul,

thanks. its now fixed and soon on the next version.

regards,

massa

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.