Minor - fix link message BT#15452

pull/2864/head
Julio 7 years ago
parent 4cea149cb1
commit 54c99057e0
  1. 2
      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);

Loading…
Cancel
Save