X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2FFileList.php;h=2399b79cd5ef66f4b35e22b66de7a68e233e390d;hb=7d7400eafcf18fddfd6df14b7d0a3a1700455ea7;hp=f97197a9a8c7cbb49955b008e2e1a25e4f320a02;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/plugins/FileList.php b/plugins/FileList.php index f97197a..2399b79 100644 --- a/plugins/FileList.php +++ b/plugins/FileList.php @@ -85,7 +85,7 @@ class FileList extends Diogenes_Plugin_Filter { /* display the link */ if ($show) - return "$title$modified$size$desc\n"; + return "\"file\"$title$modified$size$desc\n"; }