forward porting bug fix in upgrade skeleton
This commit is contained in:
parent
d0624b7cf9
commit
ced6e64aff
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ sub updateTemplates {
|
|||
$first = 0;
|
||||
} elsif ($line =~ m/^\#create$/) {
|
||||
$create = 1;
|
||||
} elsif ($line =~ m/^\#(.*):(.*)$/) {
|
||||
} elsif ($line =~ m/^\#(.*):\s*(.*)$/) {
|
||||
$properties{$1} = $2;
|
||||
} elsif ($line =~ m/^~~~$/) {
|
||||
$head = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue