Skip to content

Commit 65455eb

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2 parents 7459f08 + b6ddc64 commit 65455eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Table/Table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@ public function rename(string $newName, string|null $newDb = null): bool
874874

875875
$this->messages[] = sprintf(
876876
__('Table %1$s has been renamed to %2$s.'),
877-
htmlspecialchars($oldName),
878-
htmlspecialchars($newName),
877+
$oldName,
878+
$newName,
879879
);
880880

881881
return true;

0 commit comments

Comments
 (0)