This was for alt tags in images. Before they were being set, but now they were not.
With the change you mentioned it is now working like it did. Note that if you don't set an alt tag, it should as it is now properly set a blank alt tag automatically. All <img ... tags should have alt tags regardless. On Wed, Oct 21, 2009 at 1:28 PM, The Editor <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
