--- loncom/interface/lonrequestcourse.pm 2013/12/25 09:52:42 1.70 +++ loncom/interface/lonrequestcourse.pm 2013/12/25 20:43:46 1.71 @@ -1,7 +1,7 @@ # The LearningOnline Network # Request a course # -# $Id: lonrequestcourse.pm,v 1.70 2013/12/25 09:52:42 raeburn Exp $ +# $Id: lonrequestcourse.pm,v 1.71 2013/12/25 20:43:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3843,13 +3843,14 @@ sub notification_information { mt => 'Students can automatically select your course by entering this code: [_1]', args => [$code], }]; - $output .= '
'. + $output .= '

'. &mt('Students can automatically select your course by entering this code: [_1].',''.$code.''). '
'. - &mt('A message has been sent to your LON-CAPA account with this information').'
'; + &mt('A message has been sent to your LON-CAPA account with this information.'); if ($address ne '') { - $output.= &mt('And an e-mail has also been sent to: [_1] with this code.',$address).'
'; + $output.= '
'.&mt('And an e-mail has also been sent to: [_1] with this code.',$address); } + $output .= '

'; my $sender = $env{'user.name'}.':'.$env{'user.domain'}; if ($code) { &Apache::loncoursequeueadmin::send_selfserve_notification($req_notifylist,$codemsg,$cnum,$env{'form.cdescr'},