--- loncom/interface/lontemplate.pm 2009/02/13 17:29:39 1.15 +++ loncom/interface/lontemplate.pm 2009/02/13 18:56:13 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.15 2009/02/13 17:29:39 neumanie Exp $ +# $Id: lontemplate.pm,v 1.16 2009/02/13 18:56:13 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -76,10 +76,10 @@ sub print_aboutme_content_template{ if($field eq 'aaa_contactinfo') { if($allowed){ - $r->print('
 
'); + $r->print('
 
'); } &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecialContactInfo'); - $r->print('
 
'); + $r->print('
 
'); } else{ &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial');