summaryrefslogtreecommitdiff
path: root/gedcheck.php
diff options
context:
space:
mode:
Diffstat (limited to 'gedcheck.php')
-rw-r--r--gedcheck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gedcheck.php b/gedcheck.php
index 3089cf040c..5f09c2946d 100644
--- a/gedcheck.php
+++ b/gedcheck.php
@@ -82,7 +82,7 @@ $context_lines=safe_POST('context_lines','[0-5]', '2'); // Lines of context t
$showall =safe_POST('showall', '[01]', '0'); // Show details of records with no problems
echo '<form method="post" name="gedcheck" action="gedcheck.php">';
-echo '<table class="list_table ', $TEXT_DIRECTION, '">';
+echo '<table class="list_table">';
echo '<tr><td class="list_label">', WT_I18N::translate('GEDCOM File:'), '</td>';
echo '<td class="optionbox"><select name="ged">';
foreach ($all_geds as $key=>$value) {