From 63b2ee20bb9d1aafcf779401abc499cfb24aee22 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Thu, 5 Sep 2013 20:29:22 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20espace=20entre=20le=20titre=20pr?=
 =?UTF-8?q?incipal=20et=20le=20461$t=20pour=20qu'ils=20ne=20soient=20pas?=
 =?UTF-8?q?=20coll=C3=A9s?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 library/Class/Notice.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/Class/Notice.php b/library/Class/Notice.php
index ba2047ecb1c..8f957026bb4 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) == '?') {
-- 
GitLab