소스 검색

[svn r12516]

Eric Marguin 18 년 전
부모
커밋
fc7cb2c98c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/survey/survey_invite.php

+ 1 - 1
main/survey/survey_invite.php

@@ -248,7 +248,7 @@ function save_invitations($users_array, $invitation_title, $invitation_text, $re
 
 				// replacing the **link** part with a valid link for the user
 				$survey_link = $_configuration['root_web'].$_configuration['code_append'].'survey/'.'fillsurvey.php?course='.$_course['sysCode'].'&invitationcode='.$invitation_code;
-				$text_link = '<a href="'.$survey_link.'">'.get_lang('ClickHereToAnswerTheSurvey')."</a><br />\r\n<br />\r\n".get_lang('OrCopyPasteTheFollowingUrl').' <br />\r\n '.$survey_link;
+				$text_link = '<a href="'.$survey_link.'">'.get_lang('ClickHereToAnswerTheSurvey')."</a><br />\r\n<br />\r\n".get_lang('OrCopyPasteTheFollowingUrl')." <br />\r\n ".$survey_link;
 				
 				
 				$full_invitation_text = str_ireplace('**link**', $text_link ,$invitation_text, $replace_count);