mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Tiny cosmetic change
This commit is contained in:
parent
39ea83ff32
commit
eef8fcbcc0
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user