diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index beab0ab0..c5415a39 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -16,7 +16,7 @@ <a href="<?= $child->url() ?>"> <img class="gThumbnail" src="<?= $child->thumb_url() ?>" - alt="<?= $child->title ?>" + alt="<?= $child->title ?>" width="<?= $child->thumb_width ?>" height="<?= $child->thumb_height ?>" /> </a> |