[#7845] Module not fully compliant when using JQuery
History
Updates
Updated: 2012-04-18 09:07
description: By default, the alt attribute contains anything in the comments field - wysiwyg or not.
Change line 209 in
from:
'" alt="'.$pic['comment'].'" title="' . $pic['picture_name'].'" />';
to:
'" alt="'.htmlspecialchars(strip_tags($pic => By default, the alt attribute contains anything in the comments field - wysiwyg or not.
Change line 209 in function.default_JQuery.php
from:
'" alt="'.$pic['comment'].'" title="' . $pic['picture_name'].'" />';
to:
'" alt="'.htmls
resolution_id: => 5