]> git.mjollnir.org Git - moodle.git/commitdiff
Add one space in the list of langs used to allow the text to flush.
authorstronk7 <stronk7>
Sun, 9 Apr 2006 23:37:14 +0000 (23:37 +0000)
committerstronk7 <stronk7>
Sun, 9 Apr 2006 23:37:14 +0000 (23:37 +0000)
admin/utfdbmigrate.php

index c7136ba17e7c49898da57e2d6c9aede91c80e6c9..3ad5db4118e02897f3526355695e826af1e68337 100755 (executable)
@@ -676,7 +676,7 @@ function db_migrate2utf8(){   //Eloy: Perhaps some type of limit parameter here
     
     foreach ($langs as $lang) {
         if (!empty($lang) and $lang != 'en_utf8') {
-            echo $lang.',';
+            echo $lang.', ';
         }
     }
     echo '</b><br/><a href="'.$CFG->wwwroot.'/admin/langimport.php">Language Import Utility</a></div>';