mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-18 10:18:42 +00:00
autofixes
This commit is contained in:
parent
3956d635cf
commit
d24b4848cf
|
|
@ -6,7 +6,7 @@ foreach ($comments as $comment) : ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<?= $comment->getContent(); ?>
|
<?= $comment->content; ?>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user