From 74ab391a7932d64a60cbd8c4bbaab535b41d2b7c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Aug 2019 02:25:43 -0600 Subject: [PATCH] Update file_list.php --- app/edit/file_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/edit/file_list.php b/app/edit/file_list.php index 1348779c41..f116f00dcd 100644 --- a/app/edit/file_list.php +++ b/app/edit/file_list.php @@ -90,7 +90,7 @@ $newpath = str_replace ('//', '/', $newpath); $newpath = str_replace ("\\", "/", $newpath); $htmlfilelist .= "
\n"; - $htmlfilelist .= ""; + $htmlfilelist .= ""; $htmlfilelist .= "".$filename."\n"; $htmlfilelist .= "
\n"; }