diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 8b28750c5..801fc0d8a 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -123,7 +123,8 @@ <tr> <td colspan="2"> <div id="profile_info_column_right"> - <p><b><?php echo elgg_echo("profile:aboutme"); ?></b><br /><?php echo autop($vars['entity']->description); ?></p> + <p class="profile_aboutme_title"><b><?php echo elgg_echo("profile:aboutme"); ?></b></p> + <?php echo autop($vars['entity']->description); ?> </div><!-- /#profile_info_column_right --> </td> |