--- loncom/publisher/lonpubdir.pm 2013/06/04 22:20:16 1.145 +++ loncom/publisher/lonpubdir.pm 2013/07/01 01:44:29 1.146 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Authoring Space Directory Lister # -# $Id: lonpubdir.pm,v 1.145 2013/06/04 22:20:16 raeburn Exp $ +# $Id: lonpubdir.pm,v 1.146 2013/07/01 01:44:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -616,11 +616,11 @@ sub putresource { my $editlink=''; my $editlink2=''; if ($filename=~/\.(xml|html|htm|xhtml|xhtm|sty)$/) { - $editlink='
('.&mt('Edit').')'; + $editlink='
('.&mt('Edit').')'; } if ($filename=~/$LONCAPA::assess_re/) { - $editlink=' ('.&mt('EditXML').')'; - $editlink2='
('.&mt('Edit').')'; + $editlink=' ('.&mt('EditXML').')'; + $editlink2='
('.&mt('Edit').')'; } if ($filename=~/\.(problem|exam|quiz|assess|survey|form|library|xml|html|htm|xhtml|xhtm|sty)$/) { $editlink.=' ('.&mt('Clean Up').')';