Passed
Push — master ( 2593f5...7d9aa7 )
by
unknown
13:19
created
typo3/sysext/info/Classes/Controller/TranslationStatusController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
                         <div class="col">
100 100
                            <label class="form-label">' .
101 101
                                 htmlspecialchars($this->getLanguageService()->sL('LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:moduleFunctions.' . $name)) .
102
-                           '</label>' .
103
-                           $menu .
102
+                            '</label>' .
103
+                            $menu .
104 104
                         '</div>';
105 105
                     if ($addCsh) {
106 106
                         $moduleMenu .= BackendUtility::cshItem('_MOD_web_info', $name, '', '<div class="col"><span class="btn btn-default btn-sm">|</span></div>');
Please login to merge, or discard this patch.