mirror of
https://github.com/webmin/webmin.git
synced 2026-02-28 08:22:30 +00:00
Fix missing class
This commit is contained in:
@@ -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}ⓘ ".
|
||||
"$text</font>";
|
||||
return "<font class='ui_note' style='font-size:92%;opacity:0.66'>".
|
||||
"${whitespace_str}ⓘ $text".
|
||||
"</font>";
|
||||
}
|
||||
|
||||
=head2 ui_brh()
|
||||
|
||||
Reference in New Issue
Block a user