aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms/profile/fields/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/forms/profile/fields/add.php')
-rw-r--r--views/default/forms/profile/fields/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/profile/fields/add.php b/views/default/forms/profile/fields/add.php
index 50d1600fd..de43b9ec9 100644
--- a/views/default/forms/profile/fields/add.php
+++ b/views/default/forms/profile/fields/add.php
@@ -25,5 +25,5 @@ $formbody = <<< END
$submit_control</p>
END;
-echo "<p class='margin-top'>" . elgg_echo('profile:explainchangefields') . "</p>";
+echo autop(elgg_echo('profile:explainchangefields'));
echo $formbody;