Passed
Push — master ( 25bb09...ee68e8 )
by Morris
10:06 queued 10s
created
apps/files_sharing/templates/public.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	<!-- ONLY if this is a folder, we show the grid toggle button -->
51 51
 	<?php if (empty($_['dir']) === false) { ?>
52 52
 		<input type="checkbox" class="hidden-visually" id="showgridview"
53
-			<?php if($_['showgridview']) { ?>checked="checked" <?php } ?>/>
53
+			<?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/>
54 54
 		<label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>"
55 55
 			title="<?php p($l->t('Toggle grid view'))?>"></label>
56 56
 	<?php } ?>
Please login to merge, or discard this patch.