summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/album.html.php2
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>