--- loncom/interface/loncommon.pm 2006/07/02 12:36:08 1.412 +++ loncom/interface/loncommon.pm 2006/07/03 00:11:53 1.413 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.412 2006/07/02 12:36:08 raeburn Exp $ +# $Id: loncommon.pm,v 1.413 2006/07/03 00:11:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3505,7 +3505,6 @@ sub headtag { my $result = ''. - ''. &font_settings(). &Apache::lonhtmlcommon::htmlareaheaders(); @@ -3526,7 +3525,8 @@ ADDMETA $title = 'The LearningOnline Network with CAPA'; } - $result .= ' LON-CAPA '.&mt($title).''.$head_extra; + $result .= ' LON-CAPA '.&mt($title).''.$head_extra + .''; return $result; }