summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
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');