|
@@ -72,7 +72,7 @@ discard block |
|
|
block discarded – undo |
|
72
|
72
|
|
|
73
|
73
|
try { |
|
74
|
74
|
$file = GeneralUtility::makeInstance(ResourceFactory::class)->getFileObject($fileUid); |
|
75
|
|
- } catch (FileDoesNotExistException|\InvalidArgumentException $e) { |
|
|
75
|
+ } catch (FileDoesNotExistException | \InvalidArgumentException $e) { |
|
76
|
76
|
continue; |
|
77
|
77
|
} |
|
78
|
78
|
|
|
@@ -99,8 +99,8 @@ discard block |
|
|
block discarded – undo |
|
99
|
99
|
if ($processedImages !== []) { |
|
100
|
100
|
$iconIdentifier = $this->data['systemLanguageRows'][(int)$sysLanguageUid]['flagIconIdentifier'] ?? 'flags-multiple'; |
|
101
|
101
|
$html[] = '<div class="t3-form-original-language">'; |
|
102
|
|
- $html[] = $iconFactory->getIcon($iconIdentifier, Icon::SIZE_SMALL)->render(); |
|
103
|
|
- $html[] = implode(LF, $processedImages); |
|
|
102
|
+ $html[] = $iconFactory->getIcon($iconIdentifier, Icon::SIZE_SMALL)->render(); |
|
|
103
|
+ $html[] = implode(LF, $processedImages); |
|
104
|
104
|
$html[] = '</div>'; |
|
105
|
105
|
} |
|
106
|
106
|
} |
Please login to merge, or discard this patch.