diff --git a/picture.php b/picture.php index 3669ceed3..4335f2a23 100644 --- a/picture.php +++ b/picture.php @@ -638,7 +638,7 @@ if ($picture['current']['is_picture']) if ($original_width != $picture_size[0] or $original_height != $picture_size[1]) { - $content = '[ '; $content.= $original_width.'*'.$original_height.' ]'; }