diff options
Diffstat (limited to 'tools/create_listing_file.php')
-rw-r--r-- | tools/create_listing_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index c34324048..8194da84f 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -132,7 +132,7 @@ function clean_iptc_value($value) // remove binary nulls $value = str_replace(chr(0x00), ' ', $value); - return $value; + return htmlentities($value); } function get_sync_iptc_data($file) |