Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-20 10:03:19 +00:00
parent ef6932bbf6
commit d43f2a7afe

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<?php foreach ($newsList as $news) :
$url = UriFactory::build('{/prefix}news/article?id=' . $news->getId());
$url = UriFactory::build('{/prefix}news/article?id=' . $news->getId());
$profile = UriFactory::build('{/prefix}profile/single?{?}&id=' . $news->createdBy->getId());
?>
<div class="portlet">