summaryrefslogtreecommitdiff
path: root/modules_v3/lightbox/functions/lightbox_print_media_row.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/lightbox/functions/lightbox_print_media_row.php')
-rw-r--r--modules_v3/lightbox/functions/lightbox_print_media_row.php2
1 files changed, 1 insertions, 1 deletions
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);