I am working with SV1954 in the moment,
I want to suggest to add the image-title-attribute when generating the `

title is as important as
altso here is the code:
`//Print images
else {
echo "

" width=\"" . getDefaultWidth() . "\" height=\"" . getDefaultHeight() . "\"" .
(($class) ? " class=\"$class\"" : "") .
(($id) ? " id=\"$id\"" : "") . " />";
}`
I am convinced that the title-attribute should be produced with every image, so I suggest to add it generally..
Comments