summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-20 03:04:32 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-20 03:04:32 +0000
commitab8dc5826b2627407c9e4608bcae7439d9b937ac (patch)
tree49a62ad9c684f7004ad460e34971b36756b923d4 /includes
parent71e9a73d1eba175695578bff4424624338669088 (diff)
downloadwebtrees-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.php2
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');