Diff for /loncom/interface/lonsimplepage.pm between versions 1.107 and 1.108

version 1.107, 2021/11/30 15:55:37 version 1.108, 2025/01/28 19:49:20
Line 298  sub handler { Line 298  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.107  
changed lines
  Added in v.1.108


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