Passed
Push — master ( 6635bd...cd31be )
by Roeland
14:43
created
apps/files/templates/list.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 		<div class="actions creatable hidden">
3 3
 			<div id="uploadprogresswrapper">
4 4
 				<div id="uploadprogressbar">
5
-					<em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading …'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
5
+					<em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading …')); ?></span><span class="mobile"><?php p($l->t('…')); ?></span></em>
6 6
 				</div>
7 7
 				<button class="stop icon-close" style="display:none">
8 8
 					<span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>
@@ -18,16 +18,16 @@  discard block
 block discarded – undo
18 18
 	*/ ?>
19 19
 	<input type="hidden" name="permissions" value="" id="permissions">
20 20
 	<input type="hidden" id="free_space" value="<?php isset($_['freeSpace']) ? p($_['freeSpace']) : '' ?>">
21
-	<?php if(isset($_['dirToken'])):?>
21
+	<?php if (isset($_['dirToken'])):?>
22 22
 	<input type="hidden" id="publicUploadRequestToken" name="requesttoken" value="<?php p($_['requesttoken']) ?>" />
23 23
 	<input type="hidden" id="dirToken" name="dirToken" value="<?php p($_['dirToken']) ?>" />
24
-	<?php endif;?>
24
+	<?php endif; ?>
25 25
 	<input type="hidden" class="max_human_file_size"
26 26
 		   value="(max <?php isset($_['uploadMaxHumanFilesize']) ? p($_['uploadMaxHumanFilesize']) : ''; ?>)">
27 27
 	<!-- IF NOT IE, SHOW GRIDVIEW -->
28 28
 	<?php if (!$_['isIE']) { ?>
29 29
 	<input type="checkbox" class="hidden-visually" id="showgridview"
30
-		<?php if($_['showgridview']) { ?>checked="checked" <?php } ?>/>
30
+		<?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/>
31 31
 	<label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>"
32 32
 		   title="<?php p($l->t('Toggle grid view'))?>"></label>
33 33
 	<?php } ?>
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 			<th id='headerName' class="hidden column-name">
58 58
 				<div id="headerName-container">
59 59
 					<a class="name sort columntitle" data-sort="name">
60
-                        <span><?php p($l->t( 'Name' )); ?></span>
60
+                        <span><?php p($l->t('Name')); ?></span>
61 61
                         <span class="sort-indicator"></span>
62 62
 
63 63
                     </a>
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 				<a class="size sort columntitle" data-sort="size"><span><?php p($l->t('Size')); ?></span><span class="sort-indicator"></span></a>
74 74
 			</th>
75 75
 			<th id="headerDate" class="hidden column-mtime">
76
-				<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Modified' )); ?></span><span class="sort-indicator"></span></a>
76
+				<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
77 77
 			</th>
78 78
 		</tr>
79 79
 	</thead>
@@ -89,6 +89,6 @@  discard block
 block discarded – undo
89 89
 <div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->
90 90
 <div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>">
91 91
 	<p>
92
-	<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>
92
+	<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.')); ?>
93 93
 	</p>
94 94
 </div>
Please login to merge, or discard this patch.