Эх сурвалжийг харах

Minor - fix link message BT#15452

Julio 6 жил өмнө
parent
commit
54c99057e0

+ 1 - 1
main/survey/surveyUtil.class.php

@@ -2399,7 +2399,7 @@ class SurveyUtil
         $link = self::generateFillSurveyLink($invitation_code, $_course, $sessionId);
 
         $text_link = '<a href="'.$link.'">'.get_lang('ClickHereToAnswerTheSurvey')."</a><br />\r\n<br />\r\n"
-            .get_lang('OrCopyPasteTheFollowingUrl')." <br />\r\n ".$link;
+            .get_lang('OrCopyPasteTheFollowingUrl')." <br /> \r\n <br /> \r\n ".$link;
 
         $replace_count = 0;
         $full_invitation_text = api_str_ireplace('**link**', $text_link, $invitation_text, $replace_count);