--- loncom/interface/londocs.pm 2013/05/19 15:33:54 1.546 +++ loncom/interface/londocs.pm 2013/05/21 12:54:15 1.547 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.546 2013/05/19 15:33:54 raeburn Exp $ +# $Id: londocs.pm,v 1.547 2013/05/21 12:54:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4231,7 +4231,7 @@ sub handler { if ($supplementalflag) { $env{'form.folderpath'}=&supplemental_base(); } else { - $env{'form.folderpath'}='default'.&escape(&mt('Main '.$crstype.' Content'). + $env{'form.folderpath'}='default&'.&escape(&mt('Main '.$crstype.' Content'). ':::::'); } }