Merge pull request #19572 from faissaloux/fix/name-converted-to-html-entities
Avoid table names htmlentities conversion Fixes #19571
This commit is contained in:
commit
b6ddc64a35
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user