--- loncom/interface/lonsyllabus.pm 2015/06/09 21:22:57 1.138 +++ loncom/interface/lonsyllabus.pm 2016/01/26 14:30:25 1.139 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.138 2015/06/09 21:22:57 damieng Exp $ +# $Id: lonsyllabus.pm,v 1.139 2016/01/26 14:30:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -164,7 +164,7 @@ sub handler { '\end{document}'); } else { $r->print(&Apache::lonwrapper::wrapper($item,undef,$env{'request.use_absolute'}, - undef,$is_pdf,&mt('Syllabus'))); + undef,$is_pdf,undef,&mt('Syllabus'))); } } return OK; @@ -183,7 +183,7 @@ sub handler { $is_pdf = 1; } $r->print(&Apache::lonwrapper::wrapper($external,undef,$env{'request.use_absolute'}, - $is_ext,$is_pdf,&mt('Syllabus'))); + $is_ext,$is_pdf,undef,&mt('Syllabus'))); } return OK; }