[Plugin: Ultimate Follow Me] Ultimate follow me doesn't HTML Transitional validate
-
The Ultimate Follow Me plugin is excellent, but it doesn’t HTML Transitional validate.
The validation errors are triggered by the simple absence of an alt tag with the images.
Problem is fixed if you change the .php file from
$img = '<img src="'.get_twitter_image($style_id).'"/>';
to
$img = '<img alt="" src="'.get_twitter_image($style_id).'"/>';
for each image.
- The topic ‘[Plugin: Ultimate Follow Me] Ultimate follow me doesn't HTML Transitional validate’ is closed to new replies.