Passed
Push — develop ( ec0c25...e52ac8 )
by Jens
03:00
created
cloudcontrol/templates/cms/documents/function.renderDocument.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@  discard block
 block discarded – undo
21 21
 	<div class="documentActions grid-box-2">
22 22
 		<? if ($document->state == 'unpublished' || $document->unpublishedChanges) : ?>
23 23
             <?renderAction('Publish',
24
-                'publish',
25
-                \library\cc\Request::$subfolders . $cmsPrefix . '/documents/publish-document?slug=' . $slugPrefix . $document->slug,
26
-                'check');?>
24
+				'publish',
25
+				\library\cc\Request::$subfolders . $cmsPrefix . '/documents/publish-document?slug=' . $slugPrefix . $document->slug,
26
+				'check');?>
27 27
 		<? endif ?>
28 28
 		<? if ($document->state == 'published') : ?>
29 29
 			<?renderAction('Unpublish',
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
 				'error',
41 41
 				\library\cc\Request::$subfolders . $cmsPrefix . '/documents/delete-document?slug=' . $slugPrefix . $document->slug,
42 42
 				'trash',
43
-                'return confirm(\'Are you sure you want to delete this document?\');');?>
43
+				'return confirm(\'Are you sure you want to delete this document?\');');?>
44 44
 		<? endif ?>
45 45
 	</div>
46 46
 <?}?>
Please login to merge, or discard this patch.