From 0f851a730461e3932e95271c6a952a04cc979e43 Mon Sep 17 00:00:00 2001
From: Fred Tempez
Date: Mon, 17 Aug 2020 10:53:32 +0200
Subject: [PATCH] =?UTF-8?q?Pr=C3=A9sentation=20de=20l'aper=C3=A7u?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
module/search/search.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/search/search.php b/module/search/search.php
index 2101ec4d..6fc32079 100755
--- a/module/search/search.php
+++ b/module/search/search.php
@@ -218,7 +218,7 @@ class search extends common {
// Applique une mise en évidence
$t = preg_replace($motclef, '\1',$t,1);
// Sauver résultat
- $resultat .='"'.$t.'..."
';
+ $resultat .='...'.$t.' ...';
}
}