From: Cash Costello Date: Tue, 13 Oct 2009 00:15:40 +0000 (+0000) Subject: some browsers do not like a div tag closed right away X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aef5c5a559959b3ffc1c1100752ba4a961ac432c;p=lorea%2Felgg.git some browsers do not like a div tag closed right away --- 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