whitespaces
This commit is contained in:
parent
f88722bf7f
commit
6c73077bbc
2 changed files with 2 additions and 1 deletions
|
@ -925,7 +925,7 @@ function photos_content(App $a)
|
|||
($umf_bytes < $mis_bytes) ?
|
||||
($maximagesize_Mbytes = ($umf_bytes / (10 ** 6))) : ($maximagesize_Mbytes = ($mis_bytes / (10 ** 6)));
|
||||
}
|
||||
|
||||
|
||||
$usage_message = DI::l10n()->t('The maximum accepted image size is %.3g MB', $maximagesize_Mbytes);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('photos_upload.tpl');
|
||||
|
|
|
@ -546,4 +546,5 @@ class Strings
|
|||
|
||||
return $shorthand;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue