Diff for /loncom/interface/lonbulletin.pm between versions 1.69 and 1.70

version 1.69, 2020/09/08 23:54:40 version 1.70, 2025/01/28 19:49:20
Line 239  sub handler { Line 239  sub handler {
             $r->print($titletext);              $r->print($titletext);
  $r->print("<br /><div>");   $r->print("<br /><div>");
  &Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'},   &Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'},
  'aaa_title', Apache::lontemplate->RICH_TEXT_ALWAYS_OFF);   'aaa_title', $syllabusfields{'aaa_title'},
    Apache::lontemplate->RICH_TEXT_ALWAYS_OFF);
  &Apache::lontemplate::print_saveall_template($r);   &Apache::lontemplate::print_saveall_template($r);
  $r->print("</div>");   $r->print("</div>");
  &Apache::lontemplate::print_end_template($r);   &Apache::lontemplate::print_end_template($r);

Removed from v.1.69  
changed lines
  Added in v.1.70


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>