Passed
Push — master ( e65f7f...6a3f4e )
by John
12:17 queued 11s
created
apps/files/templates/list.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@  discard block
 block discarded – undo
12 12
 	*/ ?>
13 13
 	<input type="hidden" name="permissions" value="" id="permissions">
14 14
 	<input type="hidden" id="free_space" value="<?php isset($_['freeSpace']) ? p($_['freeSpace']) : '' ?>">
15
-	<?php if(isset($_['dirToken'])):?>
15
+	<?php if (isset($_['dirToken'])):?>
16 16
 	<input type="hidden" id="publicUploadRequestToken" name="requesttoken" value="<?php p($_['requesttoken']) ?>" />
17 17
 	<input type="hidden" id="dirToken" name="dirToken" value="<?php p($_['dirToken']) ?>" />
18
-	<?php endif;?>
18
+	<?php endif; ?>
19 19
 	<input type="hidden" class="max_human_file_size"
20 20
 		   value="(max <?php isset($_['uploadMaxHumanFilesize']) ? p($_['uploadMaxHumanFilesize']) : ''; ?>)">
21 21
 </div>
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 			<th id='headerName' class="hidden column-name">
44 44
 				<div id="headerName-container">
45 45
 					<a class="name sort columntitle" data-sort="name">
46
-                        <span><?php p($l->t( 'Name' )); ?></span>
46
+                        <span><?php p($l->t('Name')); ?></span>
47 47
                         <span class="sort-indicator"></span>
48 48
 
49 49
                     </a>
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
 				<a class="size sort columntitle" data-sort="size"><span><?php p($l->t('Size')); ?></span><span class="sort-indicator"></span></a>
60 60
 			</th>
61 61
 			<th id="headerDate" class="hidden column-mtime">
62
-				<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Modified' )); ?></span><span class="sort-indicator"></span></a>
62
+				<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t('Modified')); ?></span><span class="sort-indicator"></span></a>
63 63
 			</th>
64 64
 		</tr>
65 65
 	</thead>
@@ -75,6 +75,6 @@  discard block
 block discarded – undo
75 75
 <div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->
76 76
 <div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>">
77 77
 	<p>
78
-	<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>
78
+	<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.')); ?>
79 79
 	</p>
80 80
 </div>
Please login to merge, or discard this patch.