diff --git a/library/Class/Notice.php b/library/Class/Notice.php index ba2047ecb1cc20a66ea11731689c050683a4ae9f..8f957026bb498e708220ebec940bbea6c46ff302 100644 --- a/library/Class/Notice.php +++ b/library/Class/Notice.php @@ -1080,7 +1080,7 @@ class Class_Notice extends Storm_Model_Abstract { private function filtreTitre($titre) { $titre = str_replace([BR, '[', ']', '<', '>', ' ', chr(136)], - ["#BR#", ' ', '', ' ', ' ', ''], + ["#BR#", ' ', '', ' ', ' ', ' '], $titre); if (substr($titre, 0, 1) == '?') {