Skip to content

Commit a0a93fc

Browse files
committed
getopts
1 parent a19c1c4 commit a0a93fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n_extract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function wordAwareStringSplit(string $string, int $maxLengthOfLine): array
133133
POT;
134134

135135
// Add search paths
136-
$potfile .= trim($potfile) . "\n";
136+
$potfile = trim($potfile) . "\n";
137137
foreach ($paths as $i => $path) {
138138
$potfile .= '"X-Poedit-SearchPath-' . $i . ': ' . $path . '\\n"' . "\n";
139139
}

0 commit comments

Comments
 (0)