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);