Add missing newline to Confirm Password prompt.

master
Joey Hess 2009-04-04 18:25:52 -04:00
parent 08fda4c9d3
commit 3fb4653d8a
2 changed files with 7 additions and 0 deletions

View File

@ -117,6 +117,7 @@ sub import (@) {
for (;;) {
print "Choose a password: ";
chomp($password=<STDIN>);
print "\n";
print "Confirm password: ";
chomp($password2=<STDIN>);

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (3.10) UNRELEASED; urgency=low
* Add missing newline to Confirm Password prompt.
-- Joey Hess <joeyh@debian.org> Sat, 04 Apr 2009 18:25:33 -0400
ikiwiki (3.09) unstable; urgency=low
* inline: Add title_natural sort order, using Sort::Naturally