Search found 3 matches

by grimble
Fri May 15, 2009 3:03 pm
Forum: User Contributions
Topic: FIX: Polish translation
Replies: 4
Views: 3498

I removed blank lines from rest of lang files. It looks like they were added by script. updateLangs.php? Index: es_ar.php =================================================================== --- es_ar.php (revision 2873) +++ es_ar.php (working copy) @@ -669,5 +669,3 @@ ); ?> - - Index: ru_ru.php ...
by grimble
Fri May 15, 2009 9:04 am
Forum: User Contributions
Topic: FIX: Polish translation
Replies: 4
Views: 3498

Hi,

Http response has strict order: first headers, then page itself. Blank lines from such file are treated as part of page, so if included (sent) before sending headers, forbid sending them at all, because it would be against http protocol.
by grimble
Tue May 12, 2009 2:52 pm
Forum: User Contributions
Topic: FIX: Polish translation
Replies: 4
Views: 3498

FIX: Polish translation

Hi,

There were two blank lines after ?> that caused errors. Patch below.

Code: Select all

Index: web/lang/pl_pl.php
===================================================================
--- web/lang/pl_pl.php  (revision 2869)
+++ web/lang/pl_pl.php  (working copy)
@@ -795,5 +795,3 @@
 );

 ?>
-
-