aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire/profile_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/views/default/thewire/profile_status.php')
-rw-r--r--mod/thewire/views/default/thewire/profile_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php
index dbcb7385c..6750a29cb 100644
--- a/mod/thewire/views/default/thewire/profile_status.php
+++ b/mod/thewire/views/default/thewire/profile_status.php
@@ -22,7 +22,7 @@ if ($latest_wire) {
$time = "<p class='entity_subtext'> (" . elgg_view_friendly_time($lw->time_created) . ")</p>";
}
- echo "<div class='wire_post'><div class='wire_post_contents clearfloat radius8'>";
+ echo "<div class='wire_post'><div class='wire_post_contents clearfix radius8'>";
echo $content;
if ($owner == get_loggedin_userid()) {
$text = elgg_echo('thewire:update');