mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Extra escaping needed to show new line in alert msg
This commit is contained in:
@@ -465,7 +465,7 @@ if (!$error && "perms" === $_GET['action']) {
|
||||
$doNext = $extraProcessesClass->onFileDirPerms($doNext, $_GET['perms']);
|
||||
} else {
|
||||
$finalAction = "nothing";
|
||||
$doNext .= "ICEcoder.message('" . $t['Sorry, cannot change...'] . " \\n" . $file . "');";
|
||||
$doNext .= "ICEcoder.message('" . $t['Sorry, cannot change...'] . " \\\\n" . $file . "');";
|
||||
}
|
||||
$doNext .= 'ICEcoder.serverMessage(); ICEcoder.serverQueue("del");';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user