|
@@ -291,7 +291,7 @@ |
|
|
block discarded – undo |
|
291
|
291
|
$message = I18N::translate('“%1$s” should be “%2$s”.', $actual, $expected); |
|
292
|
292
|
if (strtoupper($element->canonical($value)) !== strtoupper($value)) { |
|
293
|
293
|
// This will be relevant for GEDCOM 7.0. It's not relevant now, and causes confusion. |
|
294
|
|
- $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $full_tag . '-value'); |
|
|
294
|
+ $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $full_tag . '-value'); |
|
295
|
295
|
} |
|
296
|
296
|
} elseif ($element instanceof MultimediaFormat) { |
|
297
|
297
|
$mime = Mime::TYPES[$value] ?? Mime::DEFAULT_TYPE; |
Please login to merge, or discard this patch.