Fix alert content to be wrapped into span element

This commit is contained in:
Ilia Ross 2025-06-03 15:30:01 +03:00
parent b0c89fe440
commit b6b803fe58
No known key found for this signature in database
GPG Key ID: 121E166DD9C821AB

View File

@ -3572,7 +3572,7 @@ if ($use_icon || $use_title) {
} }
# Add main content # Add main content
$rv .= ui_tag_content($content); $rv .= ui_tag_content(ui_tag('span', $content));
# Close alert container # Close alert container
$rv .= ui_tag_end('div'); $rv .= ui_tag_end('div');