Hello!
I have a little problem with img() function of HTML_HELPER.
for example:
img($row->image, $row->title);
$row->title is the alt tag of image; but… the output is:
http://domain.com/images.png
without alt flag!
Where is the problem? Internal bug of CI?
