--- loncom/interface/lontemplate.pm 2008/12/17 13:00:36 1.12 +++ loncom/interface/lontemplate.pm 2008/12/17 14:56:51 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.12 2008/12/17 13:00:36 ehlerst Exp $ +# $Id: lontemplate.pm,v 1.13 2008/12/17 14:56:51 harmsja Exp $ # # Copyright Michigan State University Board of Trustees # @@ -46,7 +46,7 @@ use HTML::Entities(); sub start_columnSection{ my ($r) = @_; - $r->print('
'); + $r->print('
'); } sub end_columnSection{ @@ -94,7 +94,7 @@ sub start_ContentBox{ if($allowed){ $r->print('
'); }else{ - $r->print('
'); + $r->print('
'); } } @@ -117,9 +117,9 @@ sub print_template if($allowed){ $r->print('
'); }else{ - $r->print('
'); + $r->print('
'); } - $r->print('

'.$topic.'

'); + $r->print('

'.$topic.'

'); $r->print('
'.$content.'
'); $r->print('
'); }