@@ -64,11 +64,14 @@ |
||
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> |