diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
| commit | ad2f0e13109a624a158c7532c312bc08f1d45af8 (patch) | |
| tree | 3e13097a0c086e5d82c64ea49bd0eef7827c3440 /admin_site_merge.php | |
| parent | a6762289f3e1aa394a2721a82ffef93958cd133f (diff) | |
| download | webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2 webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip | |
Two spaces have no effect in HTML
Diffstat (limited to 'admin_site_merge.php')
| -rw-r--r-- | admin_site_merge.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_site_merge.php b/admin_site_merge.php index 4d1cc7c637..5f17b1c4ab 100644 --- a/admin_site_merge.php +++ b/admin_site_merge.php @@ -52,11 +52,11 @@ if ($gid2 && !$rec2) { } if ($rec1 && $rec2 && $rec1->getXref() === $rec2->getXref()) { - FlashMessages::addMessage(I18N::translate('You entered the same IDs. You cannot merge the same records.'), 'danger'); + FlashMessages::addMessage(I18N::translate('You entered the same IDs. You cannot merge the same records.'), 'danger'); } if ($rec1 && $rec2 && $rec1::RECORD_TYPE !== $rec2::RECORD_TYPE) { - FlashMessages::addMessage(I18N::translate('Records are not the same type. Cannot merge records that are not the same type.'), 'danger'); + FlashMessages::addMessage(I18N::translate('Records are not the same type. Cannot merge records that are not the same type.'), 'danger'); } // Facts found both records |
