From 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 3 Nov 2010 05:27:47 +0000 Subject: Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/profile_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire/views/default/thewire/profile_status.php') 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 = "

(" . elgg_view_friendly_time($lw->time_created) . ")

"; } - echo "
"; + echo "
"; echo $content; if ($owner == get_loggedin_userid()) { $text = elgg_echo('thewire:update'); -- cgit v1.2.3