Fixed a typo.
This commit is contained in:
parent
935aefe78d
commit
a3e33e6113
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ sub _replacement {
|
|||
sub process {
|
||||
my ($output);
|
||||
$output = $_[0];
|
||||
$output =~ s/\^Env\((.*?)\)\;/_replacement($1)/ge;
|
||||
$output =~ s/\^International\((.*?)\)\;/_replacement($1)/ge;
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue