diff --git a/main/wiki/index.php b/main/wiki/index.php index 60f91d4cf5..e9c245945b 100644 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -3574,7 +3574,7 @@ function auto_add_page_users($assignment_type) $link2teacher=$_POST['title']= $title_orig."_uass".api_get_user_id(); //first: teacher name, photo, and assignment description (original content) - $content_orig_A='
'.$photo.get_lang('Teacher').': '.$userinfo['firstname'].$userinfo['lastname'].'

'; + $content_orig_A='
'.$photo.get_lang('Teacher').': '.$userinfo['firstname'].' '.$userinfo['lastname'].'

'; $content_orig_B='

'.get_lang('AssignmentDescription').'


'.$_POST['content']; //Second: student list (names, photo and links to their works).