@@ -1688,7 +1688,7 @@ |
||
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 { |