--- loncom/publisher/lonpubdir.pm 2022/05/27 18:04:26 1.160.2.5.2.1
+++ loncom/publisher/lonpubdir.pm 2023/12/29 21:36:23 1.160.2.5.2.2
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Authoring Space Directory Lister
#
-# $Id: lonpubdir.pm,v 1.160.2.5.2.1 2022/05/27 18:04:26 raeburn Exp $
+# $Id: lonpubdir.pm,v 1.160.2.5.2.2 2023/12/29 21:36:23 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -873,7 +873,7 @@ sub putresource {
my $editlink='';
my $editlink2='';
- if ($filename=~/\.(xml|html|htm|xhtml|xhtm|sty)$/) {
+ if ($filename=~/\.(xml|html|htm|xhtml|xhtm|sty|txt|css|js)$/) {
$editlink='
('.&mt('Edit').')';
}
if ($filename=~/$LONCAPA::assess_re/) {