From d4ad2df69baca6c158db05d2c17b691cd95bfa2b Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Wed, 20 May 2009 20:03:38 +0200 Subject: [PATCH] [svn r20916] FS#306 - The Wiki tool: Inserting a space between first name and last name. --- main/wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).