Automated formatting changes

This commit is contained in:
Formatter Bot 2022-12-10 21:24:39 +00:00
parent e030a93927
commit 1af3146174

View File

@ -72,8 +72,8 @@ echo $this->getData('nav')->render();
itemprop="logo" loading="lazy"
src="<?=
$profile->image instanceof NullMedia
? UriFactory::build( $this->getData('defaultImage')->getPath())
: UriFactory::build( $profile->image->getPath()); ?>"
? UriFactory::build($this->getData('defaultImage')->getPath())
: UriFactory::build($profile->image->getPath()); ?>"
width="100px"></div>
<?php if ($this->request->header->account === $account->getId()) : ?>
<div><a id="iProfileUploadButton" href="#upload" data-action='[