mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try new line in description of rss
This commit is contained in:
parent
5702c31110
commit
e9857d5473
|
|
@ -752,7 +752,7 @@ foreach ($arrayofalerts as $key => $alert) {
|
|||
}
|
||||
$arrayofalerts[$key]['title'] = ($project ? "[".$project."] " : "").'Security alert - '.($yogosha ? ' Yogosha #'.$yogosha.' - ' : '').($cve ? 'CVE-'.$cve.' - ' : '');
|
||||
$arrayofalerts[$key]['title'] .= 'Fix committed as: '.dol_trunc($alert['commitid'], 8);
|
||||
$arrayofalerts[$key]['description'] = '<![CDATA[Security alert - '.($yogosha ? ' Yogosha #'.$yogosha.' - ' : '').($cve ? 'CVE-'.$cve.' - ' : '');
|
||||
$arrayofalerts[$key]['description'] = '<![CDATA[Security alert<br>';
|
||||
|
||||
$html .= '<tr style="vertical-align: top;">';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user