summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 31ad9baab63..924e31e38a7 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -58,9 +58,9 @@ sub toggle {
}
sub menu_head {
- my $text=shift;
+ my $text = shift;
clear_screen;
- print "$text\n", hbar, "\n";
+ print hbar(), "$text\n\n";
}
sub other_options {