From 05ac12b01169a6f58a289a2bf1787565980af891 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Fri, 21 Jun 2019 10:29:27 +0200 Subject: [PATCH] Update search.php --- core/module/search/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/search/search.php b/core/module/search/search.php index d970d71e..ce10798d 100644 --- a/core/module/search/search.php +++ b/core/module/search/search.php @@ -48,7 +48,7 @@ class search extends common { // Recherche et affichage des occurrences do { $occu = stristr($value3,$motclef); - if ($occu !== '') { + if ($occu != '') { if ($key2!=$dejavu) { $result .= '


Mot clef trouvé dans la page : '.$key2.'

'; } @@ -149,4 +149,4 @@ class search extends common { } } -?> \ No newline at end of file +?>