diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-11-05 14:23:42 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-11-05 14:23:42 +0000 |
| commit | 5960048d23f26704e527a3ed6858b0cf584128e5 (patch) | |
| tree | 50bea361da6646577ed3bd5a7b821de85d6d2441 /help_text.php | |
| parent | 896371d8a034df172a9c303a8f1ea9d97269113b (diff) | |
| download | webtrees-5960048d23f26704e527a3ed6858b0cf584128e5.tar.gz webtrees-5960048d23f26704e527a3ed6858b0cf584128e5.tar.bz2 webtrees-5960048d23f26704e527a3ed6858b0cf584128e5.zip | |
Invalid HTML
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php index 12516ab9e8..4d0014de77 100644 --- a/help_text.php +++ b/help_text.php @@ -1214,7 +1214,7 @@ case 'export_gedcom': WT_I18N::translate('This option will save the family tree to a GEDCOM file on the server.') . '</p><p>' . /* I18N: %s is a folder name */ - WT_I18N::translate('GEDCOM files are stored in the %s folder.', '<b style="dir:auto;">' . WT_DATA_DIR . '</b>') . + WT_I18N::translate('GEDCOM files are stored in the %s folder.', '<b dir="auto">' . WT_DATA_DIR . '</b>') . '</p>'; break; @@ -1260,7 +1260,7 @@ case 'import_gedcom': WT_I18N::translate('This option deletes all the genealogy data in your family tree and replaces it with data from a GEDCOM file on the server.') . '</p><p>' . /* I18N: %s is a folder name */ - WT_I18N::translate('GEDCOM files are stored in the %s folder.', '<b style="dir:auto;">' . WT_DATA_DIR . '</b>') . + WT_I18N::translate('GEDCOM files are stored in the %s folder.', '<b dir="auto">' . WT_DATA_DIR . '</b>') . '</p>'; break; |
