Fix missing class

This commit is contained in:
Ilia Ross
2026-02-26 01:09:57 +02:00
parent 2a7806be31
commit 3354a0cc2f

View File

@@ -3355,8 +3355,9 @@ return &theme_ui_note(@_) if (defined(&theme_ui_note));
my ($text, $whitespace) = @_;
$whitespace //= 2;
my $whitespace_str = " " x $whitespace;
return "<font style='font-size:92%;opacity:0.66'>${whitespace_str}ⓘ&nbsp;&nbsp;".
"$text</font>";
return "<font class='ui_note' style='font-size:92%;opacity:0.66'>".
"${whitespace_str}ⓘ&nbsp;&nbsp;$text".
"</font>";
}
=head2 ui_brh()