From 7ddd9521b3f3a397da3b0a6b56238d31414eb4be Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 28 Oct 2010 19:17:36 +0000 Subject: Standardized code in all of core, not including language files, tests, or core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/profile_ownerblock.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/profile/views/default/profile/profile_ownerblock.php') diff --git a/mod/profile/views/default/profile/profile_ownerblock.php b/mod/profile/views/default/profile/profile_ownerblock.php index 77ffc6e21..3837bd3f2 100755 --- a/mod/profile/views/default/profile/profile_ownerblock.php +++ b/mod/profile/views/default/profile/profile_ownerblock.php @@ -3,7 +3,7 @@ /** * A simple owner block which houses info about the user whose 'stuff' you are looking at */ - + // get the user who owns this profile if ($vars['entity']) { if ($vars['context'] == 'edit') { @@ -128,9 +128,9 @@ $display = << - {$admin_links} + {$admin_links} - + EOT; echo $display; -- cgit v1.2.3