diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 74dd5a6..ad143ad 100644 --- a/www/index.php +++ b/www/index.php @@ -243,7 +243,7 @@ if (!$galerie) { if ($class) print " class=\"$class\""; print ">"; print "<img "; - if ($thumbsize) { + if (isset($thumbsize)) { print "width=\"120\" height=\"80\" "; } else { // scale portraits to 80 height |