aboutsummaryrefslogtreecommitdiff
path: root/views/default/object/image.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-20 20:32:17 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-20 20:32:17 +0000
commit774b7c79bfcdb5d3139ec16152e6955a86093699 (patch)
tree0adc4a77b9f5d6ea76bfb6986c8e5f3a1c82b259 /views/default/object/image.php
parent3f750d86ed5b4acd80c9ed656eac9610c76201f9 (diff)
downloadelgg-774b7c79bfcdb5d3139ec16152e6955a86093699.tar.gz
elgg-774b7c79bfcdb5d3139ec16152e6955a86093699.tar.bz2
still cleaning up album view - this fixes a count bug with an empty album
Diffstat (limited to 'views/default/object/image.php')
-rw-r--r--views/default/object/image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php
index 5bca81a49..03ba12a02 100644
--- a/views/default/object/image.php
+++ b/views/default/object/image.php
@@ -219,7 +219,7 @@ if ($photo_tags) {
?>
<?php echo elgg_view('tidypics/exif', array('guid'=> $file_guid)); ?>
<?php } ?>
- <div id="tidypics_info">
+ <div class="tidypics_info">
<?php if (!is_null($tags)) { ?>
<div class="object_tag_string"><?php echo elgg_view('output/tags',array('value' => $tags));?></div>
<?php }