--- loncom/interface/lonextresedit.pm 2012/12/02 22:40:09 1.3 +++ loncom/interface/lonextresedit.pm 2012/12/03 14:47:30 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: lonextresedit.pm,v 1.3 2012/12/02 22:40:09 raeburn Exp $ +# $Id: lonextresedit.pm,v 1.4 2012/12/03 14:47:30 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -294,11 +294,7 @@ sub display_editor { &Apache::lonnet::decode_symb($symb); $title = &Apache::lonnet::gettitle($symb); my $path = &Apache::lonnet::getdocspath($symb); - if ($map =~ /\.page$/) { - $pathitem = ''; - } else { - $pathitem = ''; - } + $pathitem = ''; } my $js = &Apache::lonhtmlcommon::scripttag(&extedit_javascript()); my $args = { 'force_register' => $env{'form.register'} };