]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
some browsers do not like a div tag closed right away
authorCash Costello <cash.costello@gmail.com>
Tue, 13 Oct 2009 00:15:40 +0000 (00:15 +0000)
committerCash Costello <cash.costello@gmail.com>
Tue, 13 Oct 2009 00:15:40 +0000 (00:15 +0000)
pages/lists/mostrecentimages.php

index 615b05340a31abe3c777c1773d007a767a8086cd..2708171786497ed4dc1957c5de8ac0d19ebaa10c 100644 (file)
@@ -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