Passed
Push — master ( a7bade...f16b47 )
by
unknown
17:39
created
typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1688,7 +1688,7 @@
 block discarded – undo
1688 1688
             if (!$isDeletePlaceHolder) {
1689 1689
                 $attributes = $this->getPreviewUriBuilder($table, $row)->serializeDispatcherAttributes();
1690 1690
                 $viewAction = '<a class="btn btn-default" href="#" ' . $attributes
1691
-                     . ' title="' . htmlspecialchars($this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.showPage')) . '">';
1691
+                        . ' title="' . htmlspecialchars($this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.showPage')) . '">';
1692 1692
                 if ($table === 'pages') {
1693 1693
                     $viewAction .= $this->iconFactory->getIcon('actions-view-page', Icon::SIZE_SMALL)->render();
1694 1694
                 } else {
Please login to merge, or discard this patch.