@@ -294,7 +294,7 @@ |
||
| 294 | 294 | $message = I18N::translate('“%1$s” should be “%2$s”.', $actual, $expected); |
| 295 | 295 | if (strtoupper($element->canonical($value)) !== strtoupper($value)) { |
| 296 | 296 | // This will be relevant for GEDCOM 7.0. It's not relevant now, and causes confusion. |
| 297 | - $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message); |
|
| 297 | + $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message); |
|
| 298 | 298 | } |
| 299 | 299 | } elseif ($element instanceof MultimediaFormat) { |
| 300 | 300 | $mime = Mime::TYPES[$value] ?? Mime::DEFAULT_TYPE; |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | ->flatten(); |
| 127 | 127 | |
| 128 | 128 | // Don't show family meta-data tags |
| 129 | - $exclude_facts = new Collection(['FAM:CHAN', 'FAM:_UID']); |
|
| 129 | + $exclude_facts = new Collection(['FAM:CHAN', 'FAM:_UID']); |
|
| 130 | 130 | // Don't show tags that are shown in tabs or sidebars |
| 131 | 131 | $exclude_facts = $exclude_facts->merge($sidebar_facts)->merge($tab_facts); |
| 132 | 132 | |