diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-23 22:17:30 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-23 22:17:30 +0000 |
| commit | e701d15cd22b90b45dbdb9c1680b5b38378affd7 (patch) | |
| tree | c0647c3772d9db04af595b9bdecab605cb211167 | |
| parent | d937209804356cce01e48cb96759ced41afe1cce (diff) | |
| download | webtrees-e701d15cd22b90b45dbdb9c1680b5b38378affd7.tar.gz webtrees-e701d15cd22b90b45dbdb9c1680b5b38378affd7.tar.bz2 webtrees-e701d15cd22b90b45dbdb9c1680b5b38378affd7.zip | |
Correct centering of table content - edituser.php
| -rw-r--r-- | edituser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edituser.php b/edituser.php index 915512276b..4edb695f20 100644 --- a/edituser.php +++ b/edituser.php @@ -142,7 +142,7 @@ function paste_id(value) { $tab=0; echo '<form name="editform" method="post" action="" onsubmit="return checkform(this);">'; echo '<input type="hidden" name="form_action" value="update" />'; -echo '<table class="list_table center">'; +echo '<table class="list_table">'; echo '<tr><td class="topbottombar" colspan="2"><h2>', WT_I18N::translate('My account'), '</h2></td></tr>'; |
