FIX
This commit is contained in:
parent
6c4a89faa9
commit
e964b77336
|
|
@ -10,7 +10,7 @@
|
|||
<?php foreach ($news as $item) : ?>
|
||||
<div style="margin: 3px; padding: 3px">
|
||||
<h4><?= $item->title ?></h4>
|
||||
<?= mb_substr($item->text, 0, 400, 'UTF-8') ?>…
|
||||
<?= $item->text ?>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue