--- loncom/interface/lonchatfetch.pm 2010/11/18 23:18:39 1.38 +++ loncom/interface/lonchatfetch.pm 2013/07/22 18:06:51 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat Fetching # -# $Id: lonchatfetch.pm,v 1.38 2010/11/18 23:18:39 raeburn Exp $ +# $Id: lonchatfetch.pm,v 1.39 2013/07/22 18:06:51 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -237,7 +237,7 @@ sub blockstatus { my ($openblock,$closeblock) = @{$setters{$course}{times}[$i]}; $openblock = &Apache::lonlocal::locallocaltime($openblock); $closeblock= &Apache::lonlocal::locallocaltime($closeblock); - $output .= &mt('Block for [_1] starts: [_2], ends [_3], set by: [_4]
',$courseinfo{'description'},$openblock,$closeblock,$fullname); + $output .= &mt('Block for [_1] starts: [_2], ends [_3], set by: [_4]',$courseinfo{'description'},$openblock,$closeblock,$fullname).'
'; } } }