When I build a new views with fivestar widget, W3C give me error on validation (div into span element). To fix it please add into views/votingapi_views_handler_field_value.inc
function element_type() {
return 'div';
}
This replace field container to DIV and page are correctly validated.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | votingapi-867244.patch | 740 bytes | mavimo |
Comments
Comment #1
mavimo commentedPatch attached.
Comment #2
eaton commentedCommitted to the D7 branch, will backport.
Comment #4
bailz777 commentedHas anyone actually got this patch to work?
I havent had any success with it... I wish I knew more about drupals workings so I could understand this better :(
I patched the votingapi module, but my did not chage into a