From c24dfafa159680b7f54f92bdc7927847c94b1e56 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Nov 2015 15:54:36 -0500 Subject: [PATCH] regex removed --- search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search.php b/search.php index c25c697..8aac996 100644 --- a/search.php +++ b/search.php @@ -74,11 +74,11 @@ // Highlight matches $context = nl2br(preg_replace('/'.str_replace('/', '\/', join('|', $terms)).'/i', '$0', $output)); - $noExtraSpace = preg_replace('!\s+!', ' ', $context); + ?>

- +

-- 2.17.1