support image dans le résumé des articles.

This commit is contained in:
Fred Tempez 2022-05-23 20:42:34 +02:00
parent de22004f48
commit 6ad5d62d1f
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ class news extends common {
$content = substr($this->getData(['module', $this->getUrl(0), 'posts', $newsIds[$i], 'content']), 0, $this->getData(['module', $this->getUrl(0), 'config', 'height']));
// Ne pas couper un mot
$lastSpace = strrpos($content, ' ', -1 );
self::$news[$newsIds[$i]]['content'] = substr(strip_tags($content,'<br><p>'), 0, $lastSpace) ;
self::$news[$newsIds[$i]]['content'] = substr(strip_tags($content,'<br><p><img>'), 0, $lastSpace) ;
}
// Mise en forme de la signature
self::$news[$newsIds[$i]]['userId'] = $this->signature($this->getData(['module', $this->getUrl(0), 'posts', $newsIds[$i], 'userId']));