diff --git a/admin/survey/modules/mod_KOLEKTOR/class.KolektorNotifications.php b/admin/survey/modules/mod_KOLEKTOR/class.KolektorNotifications.php
index 47bcc6bac..10622af57 100644
--- a/admin/survey/modules/mod_KOLEKTOR/class.KolektorNotifications.php
+++ b/admin/survey/modules/mod_KOLEKTOR/class.KolektorNotifications.php
@@ -72,6 +72,9 @@ class KolektorNotifications {
// Zamenjamo line breake in #URL#
//$body = nl2br(stripslashes($body));
+ $body = str_replace('\r\n', '
', $body);
+ $body = str_replace('\n', '
', $body);
+ $body = stripslashes($body);
$body = str_replace('#URL#', 'Kolektor anketa', $body);
diff --git a/admin/survey/modules/mod_KOLEKTOR/class.KolektorResponse.php b/admin/survey/modules/mod_KOLEKTOR/class.KolektorResponse.php
index afaf57e3e..962f8236b 100644
--- a/admin/survey/modules/mod_KOLEKTOR/class.KolektorResponse.php
+++ b/admin/survey/modules/mod_KOLEKTOR/class.KolektorResponse.php
@@ -136,7 +136,7 @@ class KolektorResponse {
// Poslji email z vabilom na anketo
$kn = new KolektorNotifications($respondent_id);
- $kn->sendRespondentNotification();
+ $kn->sendRespondentNotification($response_data['respondent_message']);
// Uspesno prozenje