diff --git a/main/survey/surveyUtil.class.php b/main/survey/surveyUtil.class.php index 94da398b8d..0a896dc2f5 100755 --- a/main/survey/surveyUtil.class.php +++ b/main/survey/surveyUtil.class.php @@ -2399,7 +2399,7 @@ class SurveyUtil $link = self::generateFillSurveyLink($invitation_code, $_course, $sessionId); $text_link = ''.get_lang('ClickHereToAnswerTheSurvey')."
\r\n
\r\n" - .get_lang('OrCopyPasteTheFollowingUrl')."
\r\n ".$link; + .get_lang('OrCopyPasteTheFollowingUrl')."
\r\n
\r\n ".$link; $replace_count = 0; $full_invitation_text = api_str_ireplace('**link**', $text_link, $invitation_text, $replace_count);