issue101, fix some IE bugs around zooming
[phpfspot.git] / themes / default / templates / single_photo.tpl
index fb194a84bfcb675c3da10027569ee588afd9943a..ea513d9c851d44490078837f56f2ac7b99e63451 100644 (file)
@@ -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>