Espace avant le ?

This commit is contained in:
Fred Tempez 2023-12-19 17:30:28 +01:00
parent b590f91534
commit 3cee46072b
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ core.start = function () {
});
// Confirmation de déconnexion
$("#barLogout").on("click", function () {
message = "<?php echo helper::translate('Se déconnecter') . '?';?>";
message = "<?php echo helper::translate('Se déconnecter') . ' ?';?>";
return core.confirm(message, function () {
$(location).attr("href", $("#barLogout").attr("href"));
});