diff options
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r-- | themes/default/views/photo.html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 47b7bf4f..6cf95a23 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -4,7 +4,6 @@ <? if ($theme->module("slideshow")): ?> <?= slideshow::link() ?> <? endif; ?> - <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>" width="<?= $item->resize_width ?>" height="<?= $item->resize_height ?>" /> |