--- loncom/interface/lontemplate.pm 2008/12/17 10:57:01 1.11 +++ loncom/interface/lontemplate.pm 2008/12/17 13:00:36 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.11 2008/12/17 10:57:01 ehlerst Exp $ +# $Id: lontemplate.pm,v 1.12 2008/12/17 13:00:36 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,8 +105,9 @@ sub end_ContentBox{ sub send_message{ my ($r,$cnum,$cdom) = @_; + my $image = qq{}; $r->print('
'); - $r->print(&Apache::loncommon::messagewrapper(qq{print(&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&mt('Send me a message')); $r->print('
'); }