avoid table names htmlentities conversion

Signed-off-by: faissaloux <fwahabali@gmail.com>
This commit is contained in:
faissaloux 2025-01-29 03:35:04 +01:00
parent 298797c586
commit 00aff299de

View File

@ -1555,8 +1555,8 @@ class Table implements Stringable
$this->messages[] = sprintf(
__('Table %1$s has been renamed to %2$s.'),
htmlspecialchars($oldName),
htmlspecialchars($newName)
$oldName,
$newName
);
return true;