summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-20 11:06:06 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-20 11:17:27 +0100
commitffc29441338ca87bec6f6f1a331f638818edf693 (patch)
tree8ccf0df87428437d5fa400402682544428391f0f /themes/default
parent217bca545926a2fc8989b874661fc2ecad4bbf9b (diff)
issue101, fix some IE bugs around zooming
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/single_photo.tpl2
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>