diff options
-rw-r--r-- | pages/lists/mostrecentimages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/lists/mostrecentimages.php b/pages/lists/mostrecentimages.php index 615b05340..270817178 100644 --- a/pages/lists/mostrecentimages.php +++ b/pages/lists/mostrecentimages.php @@ -32,7 +32,7 @@ // grab the html to display the images $images = tp_list_entities("object", "image", $user_id, $max, false, false, true); // echo "<pre>"; var_dump( $images ); echo "</pre>"; - $images .= '<div class="clearfloat"/>'; // hack until elgg fixes problem with css/list entities html + $images .= '<div class="clearfloat"></div>'; // hack until elgg fixes problem with css/list entities html // this view takes care of the title on the main column and the content wrapper |