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()