diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-20 11:20:56 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-20 11:20:56 +0100 |
commit | b1eac5f578ef049e43a62f1c8d4bbc8f3527db22 (patch) | |
tree | 1f6210f3a65ef9b0b7b2d7b48ba8e85c8db935a3 /themes | |
parent | 061b005105a7da791de2a8fbb461f77f2615b6cd (diff) | |
parent | 74c290c62bbc48dfd0aa1d243a700da4eb0dcd1f (diff) |
Merge branch 'devel'
Diffstat (limited to 'themes')
-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 fb194a8..ea513d9 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -73,7 +73,7 @@ { else } <a href="{$next_url}" onclick="click(this);" title="click for the next photo" name="photo"> { /if } - <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" id="photo" /> + <img src="{$image_url}" width="{$width}" height="{$height}" alt="{$image_filename}" name="photo" id="photo" /> </a> </div> |