diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-28 14:00:21 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-28 14:00:21 +0000 |
commit | 89f9c76df5224bcb457309599967016e4e06a987 (patch) | |
tree | 8e4ed49a135c26715ba61a263e795f4a9eafbf93 /mod/groups | |
parent | 44ea9810fc48a0da337d00c98a3a3f7f4733d498 (diff) | |
download | elgg-89f9c76df5224bcb457309599967016e4e06a987.tar.gz elgg-89f9c76df5224bcb457309599967016e4e06a987.tar.bz2 |
clearfloat fixed
git-svn-id: https://code.elgg.org/elgg/trunk@2995 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups')
-rw-r--r-- | mod/groups/views/default/groups/forum_latest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/forum_latest.php b/mod/groups/views/default/groups/forum_latest.php index 8ee3d9aa9..797d9b19d 100644 --- a/mod/groups/views/default/groups/forum_latest.php +++ b/mod/groups/views/default/groups/forum_latest.php @@ -31,7 +31,7 @@ echo "</div>";
}
?>
-<br class="clearfloat" />
+<div class="clearfloat" /></div>
</div>
<?php
}//end of forum active check
|