X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/9573b04ea127591445a2e8c60650b01db352fa97..e5cee2437ca82dfbe96fa696a4a775689ceae10f:/lib/lang.php?ds=sidebyside

diff --git a/lib/lang.php b/lib/lang.php
index 43bdf6c..bf63659 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -105,7 +105,7 @@ function json_lang_generator ()
 
     /* Open translation file. */
     $trans_j = file_get_contents (JIRAFEAU_ROOT . "lib/locales/$l.json");
-    return $trans_j; 
+    return $trans_j;
 }
 
 ?>