Skip to content

Commit

Permalink
No extra newline for English
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Nov 12, 2010
1 parent 3d4b831 commit 87d617c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
}
}
if ($messages) {
$s .= "\n";
if (basename($filename) != "en.inc.php") {
$s .= "\n";
}
foreach ($messages as $idf => $val) {
// add new messages
if ($val == "," && strpos($idf, "%d")) {
Expand Down

0 comments on commit 87d617c

Please sign in to comment.