Allow more flexible spacing.
This commit is contained in:
parent
25ae4d4b4a
commit
11f444fd15
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ while (my $line = <THREE_DAYS>) {
|
|||
'Appointment', "You have an appointment at $start: $rest");
|
||||
}
|
||||
}
|
||||
} elsif ($line =~ /^\s+(?:birthday|anniversary)\s*:\s+(\S.+)\s*$/i) {
|
||||
} elsif ($line =~ /^\s+(?:birthday|anniversary)\s*:\s*(\S.+)\s*$/i) {
|
||||
$thisLinePrintable = " $1";
|
||||
}
|
||||
if (defined $thisLinePrintable) {
|
||||
|
|
Loading…
Add table
Reference in a new issue