Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 36549)
+++ wp-admin/user-edit.php	(working copy)
@@ -171,14 +171,16 @@
 <?php } ?>
 <?php if ( isset($_GET['updated']) ) : ?>
 <div id="message" class="updated notice is-dismissible">
-	<?php if ( IS_PROFILE_PAGE ) : ?>
-	<p><strong><?php _e('Profile updated.') ?></strong></p>
-	<?php else: ?>
-	<p><strong><?php _e('User updated.') ?></strong></p>
-	<?php endif; ?>
-	<?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?>
-	<p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Users'); ?></a></p>
-	<?php endif; ?>
+	<p>
+		<?php if ( IS_PROFILE_PAGE ) : ?>
+			<strong><?php _e('Profile updated.') ?></strong> 
+		<?php else: ?>
+			<strong><?php _e('User updated.') ?></strong> 
+		<?php endif; ?>
+		<?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?>
+			<a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Users'); ?></a>
+		<?php endif; ?>
+	</p>
 </div>
 <?php endif; ?>
 <?php if ( isset( $errors ) && is_wp_error( $errors ) ) : ?>
