Merge remote-tracking branch 'origin/support/3.1' into support/3.2

This commit is contained in:
jf-cbd
2024-11-29 16:43:13 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -592,6 +592,7 @@ EOF
*/
private static function GetDivAlert(string $message): string
{
$message = utils::EscapeHtml($message);
return "<div class=\"ibo-csv-import--cell-error ibo-csv-import--cell-message\">$message</div>\n";
}