Passed
Push — master ( cb97e8...2f07ce )
by Julius
13:33 queued 15s
created
apps/files/templates/appnavigation.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,12 @@
 block discarded – undo
15 15
 					<p id="quotatext" class="quota-navigation-item__text"><?php p($l->t('%s used', [$_['usage']])); ?></p>
16 16
 				</a>
17 17
 			</li>
18
-		<?php else: ?>
18
+		<?php else {
19
+    : ?>
19 20
 			<li id="quota" class="has-tooltip pinned <?php p($pinned === 0 ? 'first-pinned ' : '') ?>"
20
-				title="<?php p($l->t('%s%%', [round($_['usage_relative'])])); ?>">
21
+				title="<?php p($l->t('%s%%', [round($_['usage_relative'])]));
22
+}
23
+?>">
21 24
 				<a href="#" class="icon-quota svg quota-navigation-item">
22 25
 					<p id="quotatext" class="quota-navigation-item__text"><?php p($l->t('%1$s of %2$s used', [$_['usage'], $_['total_space']])); ?></p>
23 26
 					<div class="quota-navigation-item__container">
Please login to merge, or discard this patch.