css validation errors in catalog grid

Posts: 29
Joined: 11/05/2007

Hello,

When I validate the css for the catalog grid page I get the following error.

Line 145, Column 49: ID "edit-qty" already defined.

followed by

Info Line 136, Column 49: ID "edit-qty" first defined here.

This error repeats for every product being displayed in the grid.

Thanks,

Patrick

Posts: 1998
Joined: 08/07/2007
AdministratoreLiTe!

Is that an HTML id attribute? What file do those line numbers refer to? My guess is the actual HTML sent to your browser, but I'd like to know for sure.

Edit: Actually, I bet it has everything to do with the issue on drupal.org: http://drupal.org/node/111719. It might be that you just have to ignore it.

Posts: 29
Joined: 11/05/2007

It is in the page source of the catalog grid html page. I currently have this set to my home page and when I validate the page at http://validator.w3.org/ it shows the error for every product in the catalog.

Thanks for looking into the issue,

Patrick