From aef5c5a559959b3ffc1c1100752ba4a961ac432c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 13 Oct 2009 00:15:40 +0000 Subject: some browsers do not like a div tag closed right away --- pages/lists/mostrecentimages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/lists') 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 "
"; var_dump( $images ); echo "
"; - $images .= '
'; // hack until elgg fixes problem with css/list entities html + $images .= '
'; // 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 -- cgit v1.2.3