Skip to content
Snippets Groups Projects

Hotline 6.52

Merged Ghislain Loas requested to merge hotline_6.52 into hotline_16358_fix_update_notice_cosmogramme
Compare and
+ 7
2
Preferences
Compare changes
Files
@@ -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',