From eef8fcbcc049ec6f4f7e9756b8563c329fd6dbf8 Mon Sep 17 00:00:00 2001 From: zone Date: Mon, 9 Jul 2001 05:13:07 +0000 Subject: [PATCH] Tiny cosmetic change --- filemanager/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filemanager/index.php b/filemanager/index.php index c5e1b92eaf..41589335e0 100755 --- a/filemanager/index.php +++ b/filemanager/index.php @@ -1055,7 +1055,7 @@ elseif ($comment_files) { if ($badchar = bad_chars ($comment_files[$file], 1)) { - echo $phpgw->common->error_list (array (html_encode ("Comments cannot contain \"$badchar\")", 1))); + echo $phpgw->common->error_list (array (html_encode ("Comments cannot contain \"$badchar\"", 1))); continue; } @@ -1202,7 +1202,7 @@ elseif ($newdir && $createdir) { if ($badchar = bad_chars ($createdir, 1)) { - echo $phpgw->common->error_list (array (html_encode ("Directory names cannot contain \"$badchar\")", 1))); + echo $phpgw->common->error_list (array (html_encode ("Directory names cannot contain \"$badchar\"", 1))); html_break (2); html_link_back (); html_page_close ();