FIX
This commit is contained in:
parent
5b9f9b4f75
commit
dcfe9258c7
|
|
@ -29,7 +29,6 @@
|
|||
</a>
|
||||
<a href="/article/<?= $article->id ?>" target="_blank" class="h"><?= $article->title ?></a>
|
||||
<?= mb_substr(Markdown::getClear(str_replace('"', 'ʺ', $article->text)), 0, 250, 'UTF-8') ?>…
|
||||
<a class="" href="/article/<?= $article->id ?>" role="button"><nobr> читать далее »</nobr></a>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php endforeach;
|
||||
|
|
|
|||
Loading…
Reference in New Issue