Fix whitespace and typo.

Remove umlaut in README and fix a whitespace
issue in UVmenu.pm

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2014-02-16 13:51:18 +01:00
parent 1135267f44
commit ef9dd9e761
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ sub menu {
open (DIFF, "|$config{diff} - $config{sampleballotfile} | $config{pager}");
print DIFF $$body, "\n";
close (DIFF);
} elsif ($input eq '1') {
system($config{clearcmd});
# ignore SIGPIPE (Bug in more and less)