Completed
Push — master ( e1e23b...70f5e9 )
by Ralf
15s queued 13s
created
Classes/ViewHelpers/Link/PreviewViewHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $additionalGetVars = '&tx_dlf[id]=' . urlencode($previewMets) . '&no_cache=1';
63 63
         $title = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('manager.tooltip.preview', 'dpf', $arguments = null);
64 64
         $icon = '<a href="#" data-toggle="tooltip" class="' . $class . '" onclick="' . htmlspecialchars(\TYPO3\CMS\Backend\Utility\BackendUtility::viewOnClick($pageUid, $this->backPath, '', '', '', $additionalGetVars)) . '" title="' . $title . '">' .
65
-                          $insideText . '</a>';
65
+                            $insideText . '</a>';
66 66
 
67 67
         return $icon;
68 68
 
Please login to merge, or discard this patch.