equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Check we have an array before accessing it when producing density to return via ajax #549

Closed pattonwebz closed 5 months ago

pattonwebz commented 5 months ago

When certain validation errors occur a default density_data meta value is created as a string of '0,0' but when the data is processed it expects it to be an array.

Fixes: #548