diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 09:46:08 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 09:46:08 +0100 |
commit | 1a39ed73420a13f0728360a186a5c140a7d852ee (patch) | |
tree | 5845f37c3e9080d1509cebb1c71355357b37b249 /themes/default/templates | |
parent | a8c8bd8ee5c29db5512230eaeb65e44794e21b89 (diff) |
issue92, fill alt-attribute with filename
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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> |