From db9e8f50eec52f7da38cd6f851ad4ce9819b05a6 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Thu, 4 Nov 2021 15:22:36 +0100 Subject: [PATCH] Nijz porocilo - v csv-ju pustimo tudi tag-e za zeleno obarvan text --- admin/survey/modules/mod_NIJZ/class.SurveyNIJZ.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/survey/modules/mod_NIJZ/class.SurveyNIJZ.php b/admin/survey/modules/mod_NIJZ/class.SurveyNIJZ.php index 034da3dd5..84c16e8f8 100644 --- a/admin/survey/modules/mod_NIJZ/class.SurveyNIJZ.php +++ b/admin/survey/modules/mod_NIJZ/class.SurveyNIJZ.php @@ -417,7 +417,7 @@ class SurveyNIJZ{ // Loop po podrocjih in textih foreach ($this->vprasanja_report2['priporocila'] as $podrocje => $podrocje_text) { - $podrocje_text = strip_tags($podrocje_text, '
'); + $podrocje_text = strip_tags($podrocje_text, '
'); $podrocje_text = trim($podrocje_text); $podrocje_text = preg_replace('/\s+/', ' ',$podrocje_text);