bzcomputers Customer Sep 5, 2012 #1 While viewing image the category name does not display correctly with "&" in it. It displays as "&". This is the only place I see it happening. Last edited: Sep 5, 2012
While viewing image the category name does not display correctly with "&" in it. It displays as "&". This is the only place I see it happening.
Dylan Former Developer Sep 5, 2012 #2 Sorry, I have it fixed for the next release. If you want to manually fix it for now Open dbtech/gallery/modules/gallery/actions/view_image.php Find PHP: $image_data['catname'] = htmlspecialchars_uni($image_data['catname']); and delete it.
Sorry, I have it fixed for the next release. If you want to manually fix it for now Open dbtech/gallery/modules/gallery/actions/view_image.php Find PHP: $image_data['catname'] = htmlspecialchars_uni($image_data['catname']); and delete it.