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 d28dde037..1db708996 100644 --- a/picture.php +++ b/picture.php @@ -276,7 +276,7 @@ $title_img = $picture['current']['name']; $title_nb = ''; if (is_numeric( $page['cat'] )) { - $title_img = replace_space(get_cat_display_name( $page['cat_name'], " > ","font-style:italic;" )); + $title_img = replace_space(get_cat_display_name( $page['cat_name'], " > ")); $n = $page['num'] + 1; $title_nb = "Photo".' '.$n.'/'; $title_nb.= $page['cat_nb_images']; |