Skip to content
Snippets Groups Projects
Commit ea27f808 authored by Julian Maurice's avatar Julian Maurice
Browse files

Merge remote-tracking branch 'origin/hotline/16463-kiosque-rss' into hotline_6.52

parents a943bc50 cb67b4f7
Branches
Tags
2 merge requests!529Hotline 6.56,!415Hotline 6.52
......@@ -355,7 +355,7 @@ class RssController extends Zend_Controller_Action
$items = [];
foreach($notices as $notice) {
$items[] = [
'titre' => $notice["titre"] . ', ' . $notice["auteur"],
'titre' => '<![CDATA[' . str_replace(BR, ' ', $notice["titre"]) . ', ' . $notice["auteur"] . ']]>' ,
'lien' => $this->view->absoluteUrl([
'controller' => 'recherche',
'action' => 'viewnotice',
......
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