From 8c7877b6faee546657533f395decf7fccd3b50fd Mon Sep 17 00:00:00 2001 From: Nathan Febuary <nathan@bedheadcreative.com> Date: Fri, 7 Aug 2015 10:35:26 -0500 Subject: [PATCH] Simple format issue --- include/staff/user-view.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/staff/user-view.inc.php b/include/staff/user-view.inc.php index 35ca5b69f..9299e4e83 100644 --- a/include/staff/user-view.inc.php +++ b/include/staff/user-view.inc.php @@ -95,9 +95,9 @@ if ($thisstaff->hasPerm(User::PERM_EDIT)) { ?> <?php } echo Format::htmlchars($user->getName()->getOriginal()); if ($thisstaff->hasPerm(User::PERM_EDIT)) { ?> - </a> + </a></b> <?php } ?> -</td> + </td> </tr> <tr> <th><?php echo __('Email'); ?>:</th> -- GitLab