Thanks for catching this... Are these only supposed to be on img tags or on "a" links also? And also, is it required to have a alt='' if no value is set to get proper xhtml? If not set, should we set to the label?
To restore for images, add alt to line 146 $BOLTattrs['img'] = 'align,border,style,class,height,width,hspace,vspace,title,alt'; To fix for links, do the same for the "a" attrs a few lines up. To get alt='' when not set, will take a slight tweak to the code. Let me know, I can add it easily enough. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
