diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 3d258fb32..6b5775560 100644 --- a/picture.php +++ b/picture.php @@ -754,7 +754,7 @@ if ( count($tags) ) $infos['INFO_TAGS'] = ''; foreach ($tags as $num => $tag) { - $infos['INFO_TAGS'] .= $num ? ' ,' : ''; + $infos['INFO_TAGS'] .= $num ? ', ' : ''; $infos['INFO_TAGS'] .= '<a href="' .make_index_url( array( |