FIX
This commit is contained in:
parent
5b9f9b4f75
commit
dcfe9258c7
|
|
@ -29,7 +29,6 @@
|
||||||
</a>
|
</a>
|
||||||
<a href="/article/<?= $article->id ?>" target="_blank" class="h"><?= $article->title ?></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') ?>…
|
<?= 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 class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach;
|
<?php endforeach;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue