regexp fix
This commit is contained in:
parent
694eafb701
commit
1c176d6398
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ sub readwml {
|
|||
|
||||
$trans{$1} = $2;
|
||||
|
||||
} elsif (m/(\S+)\s*=(?:_\s*)?\s*\"(.*)/) {
|
||||
} elsif (m/(\S+)\s*=\s*(?:_\s*)?\s*\"(.*)/) {
|
||||
# start of multi-line
|
||||
die "nested key" if defined $key;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue