Ignore:
Timestamp:
Apr 5, 2014, 9:33:48 PM (10 years ago)
Author:
rvelices
Message:

when displaying iptc metadata, add a space between iptc keywords (if there are many, the html line is unbreakable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_metadata.inc.php

    r26461 r28089  
    8080if ($conf['show_iptc'])
    8181{
    82   $iptc = get_iptc_data($picture['current']['src_image']->get_path(), $conf['show_iptc_mapping']);
     82  $iptc = get_iptc_data($picture['current']['src_image']->get_path(), $conf['show_iptc_mapping'], ', ');
    8383
    8484  if (count($iptc) > 0)
Note: See TracChangeset for help on using the changeset viewer.