FIX
This commit is contained in:
parent
491c250665
commit
69c9cf9804
|
|
@ -22,7 +22,7 @@
|
|||
<img src="<?= $item->getImg() ?>"/>
|
||||
</a>
|
||||
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?>…
|
||||
<a href="/point/<?= $item->id ?>">читать далее »</a>
|
||||
<a href="/point/<?= $item->id ?>"><nobr>читать далее »</nobr></a>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
<br/>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</a>
|
||||
<?php endif; ?>
|
||||
<?= mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?>…
|
||||
<a href="/article/<?= $item->id ?>">читать далее »</a>
|
||||
<a href="/article/<?= $item->id ?>"><nobr>читать далее »</nobr></a>
|
||||
<a href="/user/<?= $item->author ?>" style="float: right;"><?= $item->authorUser->nick ?></a>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue