isn't html or xhtml supposed to use double quotes. http://www.w3schools.com/tags/tag_img.asp
I changed line 99 in my instalation to:

      return '<img src="/' . $current->url . '" width="' . $current->width . '" height="' . $current->height . '" alt="' . $current->name . '" ' . $tags . ' />';

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Got a patch? Is it still a problem in 5.x?

nancydru’s picture

Version: 4.6.x-1.x-dev » 5.x-1.x-dev
Assigned: Unassigned » nancydru
Status: Postponed (maintainer needs more info) » Fixed

Fix committed. You get a title attribute now too - no extra cost.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.