Fixed Unicode characters not being displayed on some systems
This commit is contained in:
parent
87c401e3a8
commit
314e358ddc
@ -129,7 +129,7 @@ function get_source_set($user, int $base_size, int $max_scale = 3): string
|
|||||||
function make_banner(string $type, string $content, string $custom_symbol = null): string
|
function make_banner(string $type, string $content, string $custom_symbol = null): string
|
||||||
{
|
{
|
||||||
if (empty($custom_symbol)) {
|
if (empty($custom_symbol)) {
|
||||||
$custom_symbol = $type === 'success' ? '✓' : '𐄂';
|
$custom_symbol = $type === 'success' ? 'ઙ' : '×';
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<div class="banner-wrapper">'
|
return '<div class="banner-wrapper">'
|
||||||
|
Loading…
Reference in New Issue
Block a user