From 550b647d8a777c11b74377002d58b4806f9e97e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Fri, 2 Aug 2013 23:07:53 +0200
Subject: [PATCH] another new line

---
 l10n/l10n.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l10n/l10n.pl b/l10n/l10n.pl
index e3a42aefe2..2790ca9201 100644
--- a/l10n/l10n.pl
+++ b/l10n/l10n.pl
@@ -171,7 +171,7 @@ elsif( $task eq 'write' ){
 
 			# Write PHP file
 			open( OUT, ">$language.php" );
-			print OUT "<?php \$TRANSLATIONS = array(\n";
+			print OUT "<?php\n\$TRANSLATIONS = array(\n";
 			print OUT join( ",\n", @strings );
 			print OUT "\n);\n\$PLURAL_FORMS = \"$plurals\";\n";
 			close( OUT );
-- 
GitLab