diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-20 03:04:32 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-20 03:04:32 +0000 |
| commit | ab8dc5826b2627407c9e4608bcae7439d9b937ac (patch) | |
| tree | 49a62ad9c684f7004ad460e34971b36756b923d4 /includes | |
| parent | 71e9a73d1eba175695578bff4424624338669088 (diff) | |
| download | webtrees-ab8dc5826b2627407c9e4608bcae7439d9b937ac.tar.gz webtrees-ab8dc5826b2627407c9e4608bcae7439d9b937ac.tar.bz2 webtrees-ab8dc5826b2627407c9e4608bcae7439d9b937ac.zip | |
Correct centering of table content
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_mediadb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_mediadb.php b/includes/functions/functions_mediadb.php index 68e64996e8..0f1f5ef705 100644 --- a/includes/functions/functions_mediadb.php +++ b/includes/functions/functions_mediadb.php @@ -1435,7 +1435,7 @@ function show_media_form($pid, $action = "newentry", $filename = "", $linktoid = echo "<input type=\"hidden\" name=\"linktoid\" value=\"", $linktoid, "\" />"; } echo "<input type=\"hidden\" name=\"level\" value=\"", $level, "\" />"; - echo "<table class=\"facts_table center\">"; + echo "<table class=\"facts_table\">"; echo "<tr><td class=\"topbottombar\" colspan=\"2\">"; if ($action == "newentry") { echo WT_I18N::translate('Add a new media object'); |
