diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-19 13:02:05 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-19 13:02:05 +0000 |
| commit | 36d622e2f0357189c696693bb232f60bc03db5bd (patch) | |
| tree | e80770ec4a95da77e07898190649f92b56a94574 /gedcheck.php | |
| parent | f85972b3daea251aa15187e3b60d7d2b94493c57 (diff) | |
| download | webtrees-36d622e2f0357189c696693bb232f60bc03db5bd.tar.gz webtrees-36d622e2f0357189c696693bb232f60bc03db5bd.tar.bz2 webtrees-36d622e2f0357189c696693bb232f60bc03db5bd.zip | |
Remove classes .rtl and .lrt - these exist to correct the alignment when we apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
Diffstat (limited to 'gedcheck.php')
| -rw-r--r-- | gedcheck.php | 2 |
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) { |
