diff options
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 39e3bf4..d7ab987 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -68,7 +68,7 @@ { else } <a href="{$next_url}" onclick="click(this);" title="click for the next photo"> { /if } - <img src="{$image_url}" width="{$width}" height="{$height}" alt="photo" /> + <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" /> </a> </div> |