missing Alt attribute from imagefield
sensi - February 10, 2009 - 16:24
| Project: | jcarousel block |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Firstly thank you for this module. :)
In case of a future update thank you in advance to replace within imagefield.inc (line 46):
$formatted_image['alt'] = ''; // todo
with:
$formatted_image['alt'] = $image['data']['alt'];
Regards,
Sensi
n.b.: tested with imagefield-6.x-3.0-alpha4 and drupal 6.9

#1
http://drupal.org/cvs?commit=187564
commited
#2
Automatically closed -- issue fixed for 2 weeks with no activity.