diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-27 11:42:30 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-27 11:42:30 +0000 |
commit | fc2f8a2b36162550d58a64fa518fbdfca3733a1c (patch) | |
tree | db6b41067e63e41522f11238ef86da1acf914843 /views/default/object | |
parent | 9f0433b31ea8c6e00b314f511ef4ca0d8a9c4ce7 (diff) | |
download | elgg-fc2f8a2b36162550d58a64fa518fbdfca3733a1c.tar.gz elgg-fc2f8a2b36162550d58a64fa518fbdfca3733a1c.tar.bz2 |
fixed 2 display issues with the main image view
Diffstat (limited to 'views/default/object')
-rw-r--r-- | views/default/object/image.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php index db39bb4fa..9c84a63f2 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -196,6 +196,8 @@ <?php echo elgg_view_comments($image); + + echo '<div class="clearfloat"/>'; echo '</div>'; // content wrapper |