Passed
Push — master ( 67ab4d...9d1e2c )
by Jan-Christoph
18:40 queued 12s
created
apps/settings/templates/settings/personal/personal.info.php 1 patch
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -55,8 +55,11 @@  discard block
 block discarded – undo
55 55
 						<button class="hidden button icon-delete svg" id="removeavatar" title="<?php p($l->t('Remove image')); ?>"></button>
56 56
 						<input type="file" name="files[]" id="uploadavatar" class="hiddenuploadfield" accept="image/*">
57 57
 						<p><em><?php p($l->t('png or jpg, max. 20 MB')); ?></em></p>
58
-					<?php else: ?>
59
-						<?php p($l->t('Picture provided by original account')); ?>
58
+					<?php else {
59
+    : ?>
60
+						<?php p($l->t('Picture provided by original account'));
61
+}
62
+?>
60 63
 					<?php endif; ?>
61 64
 				</div>
62 65
 
@@ -85,9 +88,12 @@  discard block
 block discarded – undo
85 88
 						<?php if ($_['quota'] === \OCP\Files\FileInfo::SPACE_UNLIMITED): ?>
86 89
 							<?php print_unescaped($l->t('You are using <strong>%s</strong>',
87 90
 								[$_['usage']]));?>
88
-						<?php else: ?>
91
+						<?php else {
92
+    : ?>
89 93
 							<?php print_unescaped($l->t('You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)',
90
-								[$_['usage'], $_['total_space'],  $_['usage_relative']]));?>
94
+								[$_['usage'], $_['total_space'],  $_['usage_relative']]));
95
+}
96
+?>
91 97
 						<?php endif ?>
92 98
 					</p>
93 99
 				</div>
Please login to merge, or discard this patch.