Passed
Push — master ( 157c5a...49854f )
by Roeland
33:21 queued 22:24
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
 						<div class="hidden button icon-delete svg" id="removeavatar" title="<?php p($l->t('Remove image')); ?>"></div>
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
 
@@ -86,9 +89,12 @@  discard block
 block discarded – undo
86 89
 						<?php if ($_['quota'] === \OCP\Files\FileInfo::SPACE_UNLIMITED): ?>
87 90
 							<?php print_unescaped($l->t('You are using <strong>%s</strong>',
88 91
 								[$_['usage']]));?>
89
-						<?php else: ?>
92
+						<?php else {
93
+    : ?>
90 94
 							<?php print_unescaped($l->t('You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)',
91
-								[$_['usage'], $_['total_space'],  $_['usage_relative']]));?>
95
+								[$_['usage'], $_['total_space'],  $_['usage_relative']]));
96
+}
97
+?>
92 98
 						<?php endif ?>
93 99
 					</p>
94 100
 				</div>
Please login to merge, or discard this patch.