diff options
Diffstat (limited to 'templates/show_user.inc.php')
-rw-r--r-- | templates/show_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 9ba5dbfc..1765fb6b 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -24,7 +24,7 @@ $create_date = $client->create_date ? date("m\/d\/y - H:i",$client->create_da $client->format(); ?> <?php show_box_top($client->fullname); ?> -<table border="0" cellspacing="0"> +<table cellspacing="0"> <tr> <td valign="top"> <strong><?php echo _('Full Name'); ?>:</strong> <?php echo $client->fullname; ?><br /> |