2844 - Арт Проект. Ошибка турбо страниц

parent b86910f5
......@@ -63,6 +63,7 @@ class Rss extends BaseObject
$text = preg_replace('/ (class|id|style)=".*?"/', '', $model->text);
$text = preg_replace('/(<img([^>]+\.gif[^>]+)>)/', '', $text);
$text = preg_replace('/(<img[^>]+>)/', '<figure>$1</figure>', $text);
$text = strtr($text, ['&ldquo;' => '"', '&rdquo;' => '"']);
$item = new Item();
$item
->title($model->title)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment