aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/profile_ownerblock.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default/profile/profile_ownerblock.php')
-rwxr-xr-xmod/profile/views/default/profile/profile_ownerblock.php6
1 files changed, 3 insertions, 3 deletions
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 = <<<EOT
</ul>
</div>
<!-- if admin user -->
- {$admin_links}
+ {$admin_links}
</div>
-
+
EOT;
echo $display;