--- loncom/publisher/lonpubdir.pm 2007/01/19 02:36:04 1.100 +++ loncom/publisher/lonpubdir.pm 2007/04/20 01:17:24 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.100 2007/01/19 02:36:04 albertel Exp $ +# $Id: lonpubdir.pm,v 1.102 2007/04/20 01:17:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -211,16 +211,18 @@ sub startpage { {'body_title' => $pagetitle,})); } else { - $r->print(&Apache::loncommon::start_page('Construction Space',undef)); + $r->print(&Apache::loncommon::start_page('Construction Space',undef, + { 'only_body' => 1,})); $r->print($pagetitle); } + my $esc_thisdisfn = &Apache::loncommon::escape_single($thisdisfn); my $pubdirscript=(< -top.document.title = '$thisdisfn/ - LON-CAPA Construction Space'; +top.document.title = '$esc_thisdisfn/ - LON-CAPA Construction Space'; // Store directory location for menu bar to find -parent.lastknownpriv='/~$uname$thisdisfn/'; +parent.lastknownpriv='/~$uname$esc_thisdisfn/'; // Confirmation dialogues