Passed
Push — master ( 2c08e6...f44797 )
by Blizzz
22:53 queued 07:53
created
apps/settings/templates/settings/personal/personal.info.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,11 +64,14 @@
 block discarded – undo
64 64
 								'You are using <strong>%s</strong>',
65 65
 								[$_['usage']]
66 66
 							)); ?>
67
-						<?php else : ?>
67
+						<?php else {
68
+    : ?>
68 69
 							<?php print_unescaped($l->t(
69 70
 								'You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)',
70 71
 								[$_['usage'], $_['total_space'],  $_['usage_relative']]
71
-							)); ?>
72
+							));
73
+}
74
+?>
72 75
 						<?php endif ?>
73 76
 					</p>
74 77
 				</div>
Please login to merge, or discard this patch.