diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-10 17:55:33 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-10 17:55:33 +0000 |
| commit | 9b5fbf4d0de5d867fb509527f89876f1a9f4de7a (patch) | |
| tree | c874c61d6d379160866b83fbbf2f28eb355bf0c3 /editconfig_gedcom.php | |
| parent | 7aabfda984ee9ad21cbf1d23d2831212b1891cb5 (diff) | |
| download | webtrees-9b5fbf4d0de5d867fb509527f89876f1a9f4de7a.tar.gz webtrees-9b5fbf4d0de5d867fb509527f89876f1a9f4de7a.tar.bz2 webtrees-9b5fbf4d0de5d867fb509527f89876f1a9f4de7a.zip | |
Tidy up some whitespace/formatting
Diffstat (limited to 'editconfig_gedcom.php')
| -rw-r--r-- | editconfig_gedcom.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editconfig_gedcom.php b/editconfig_gedcom.php index 2b5860949d..6d77062894 100644 --- a/editconfig_gedcom.php +++ b/editconfig_gedcom.php @@ -759,7 +759,7 @@ print_header(i18n::translate('GEDCOM configuration')); </td> </tr> <?php - + $all_tags=array(); $tags=array_unique(array_merge( explode(',', get_gedcom_setting(WT_GED_ID, 'INDI_FACTS_ADD')), explode(',', get_gedcom_setting(WT_GED_ID, 'INDI_FACTS_UNIQUE')), @@ -777,7 +777,7 @@ print_header(i18n::translate('GEDCOM configuration')); } uasort($all_tags, 'utf8_strcasecmp'); - + echo '<tr><td class="optionbox" width="*">'; echo '<input type="text" class="pedigree_form" name="xref" id="xref" size="6" />'; print_findindi_link("xref",""); |
