From 55e3db2ae3670469eafaeaebff5e8ef0be6e3954 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sun, 23 Oct 2011 14:56:26 +0000 Subject: #879903 - Album tab - Display notes & lightbox too - none --- modules_v3/lightbox/functions/lightbox_print_media_row.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules_v3/lightbox/functions/lightbox_print_media_row.php b/modules_v3/lightbox/functions/lightbox_print_media_row.php index 95e35739e9..8cbcb9238a 100644 --- a/modules_v3/lightbox/functions/lightbox_print_media_row.php +++ b/modules_v3/lightbox/functions/lightbox_print_media_row.php @@ -141,7 +141,7 @@ function lightbox_print_media_row($rtype, $rowm, $pid) { $before = substr($haystack, 0, strpos($haystack, $needle)); $after = substr(strstr($haystack, $needle), strlen($needle)); $final = $before.$needle.$after; - $notes = PrintReady(htmlspecialchars(print_fact_notes($final, 1, true, true))); + $notes = PrintReady(htmlspecialchars(print_fact_notes($final, 1, true, true), ENT_QUOTES)); // Get info on how to handle this media file $mediaInfo = mediaFileInfo($mainMedia, $thumbnail, $rowm['m_media'], $mediaTitle, $notes); -- cgit v1.3