From 5bbda67f19bdc4e083eb9c9b4d63cd87a66f7604 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 16 Sep 2015 13:26:39 +0300 Subject: [PATCH] Fix one more notice :) --- fof-render.php | 1 + 1 file changed, 1 insertion(+) diff --git a/fof-render.php b/fof-render.php index 518bbc0..4a66965 100644 --- a/fof-render.php +++ b/fof-render.php @@ -20,6 +20,7 @@ function do_highlight($full_body, $q, $class){ preg_match_all($pat,$full_body,$tag_matches); /* loop through and highlight $q value in data and recombine with tags */ + $full_body_hl = ''; for ($i=0; $i< count($tag_matches[0]); $i++) { /* ignore all text within these tags */ if (