mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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))
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1202,7 +1202,7 @@ elseif ($newdir && $createdir)
|
|||||||
{
|
{
|
||||||
if ($badchar = bad_chars ($createdir, 1))
|
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_break (2);
|
||||||
html_link_back ();
|
html_link_back ();
|
||||||
html_page_close ();
|
html_page_close ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user