diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-23 14:56:26 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-23 14:56:26 +0000 |
| commit | 55e3db2ae3670469eafaeaebff5e8ef0be6e3954 (patch) | |
| tree | f38f2cdcdf46d6b75478b2032f1de9f3bb0e266a | |
| parent | 221271a2bf7ad21af64d6b49a9b0c39cf784342f (diff) | |
| download | webtrees-55e3db2ae3670469eafaeaebff5e8ef0be6e3954.tar.gz webtrees-55e3db2ae3670469eafaeaebff5e8ef0be6e3954.tar.bz2 webtrees-55e3db2ae3670469eafaeaebff5e8ef0be6e3954.zip | |
#879903 - Album tab - Display notes & lightbox too - none
| -rw-r--r-- | modules_v3/lightbox/functions/lightbox_print_media_row.php | 2 |
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); |
