From c56d012579e84caa7648aaa9aacf5a69fe9bc8e7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Nov 2000 18:06:53 +0000 Subject: (installCrypto): nicer layout --- perl-install/install_steps_interactive.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8bd1f5a87..81794315c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -665,7 +665,11 @@ USA")) || return; require crypto; eval { - $u->{mirror} = $o->ask_from_listf('', _("Choose a mirror from which to get the packages"), \&crypto::mirror2text, [ crypto::mirrors() ], $u->{mirror}); + $u->{mirror} = $o->ask_from_listf('', + _("Choose a mirror from which to get the packages"), + \&crypto::mirror2text, + [ crypto::mirrors() ], + $u->{mirror}); }; return if $@; -- cgit v1.2.1