Passed
Push — master ( 6dc2b0...bbd51f )
by Morris
09:42
created
apps/files_sharing/templates/public.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
 <?php if ($_['showgridview'] && empty($_['dir']) === false) { ?>
50 50
 	<input type="checkbox" class="hidden-visually" id="showgridview"
51
-		<?php if($_['showgridview']) { ?>checked="checked" <?php } ?>/>
51
+		<?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/>
52 52
 	<label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>"
53 53
 		title="<?php p($l->t('Toggle grid view'))?>"></label>
54 54
 <?php } ?>
Please login to merge, or discard this patch.