From 3354a0cc2fa31610b76563f3baa444766d86b7e3 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Thu, 26 Feb 2026 01:09:57 +0200 Subject: [PATCH] Fix missing class --- ui-lib.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui-lib.pl b/ui-lib.pl index b76eb4e47..851bbbb6a 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -3355,8 +3355,9 @@ return &theme_ui_note(@_) if (defined(&theme_ui_note)); my ($text, $whitespace) = @_; $whitespace //= 2; my $whitespace_str = " " x $whitespace; -return "${whitespace_str}ⓘ  ". - "$text"; +return "". + "${whitespace_str}ⓘ  $text". + ""; } =head2 ui_brh()