From: stronk7 Date: Sun, 9 Apr 2006 23:37:14 +0000 (+0000) Subject: Add one space in the list of langs used to allow the text to flush. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea07c594422fec8ac38d87b18199b4364625cc69;p=moodle.git Add one space in the list of langs used to allow the text to flush. --- diff --git a/admin/utfdbmigrate.php b/admin/utfdbmigrate.php index c7136ba17e..3ad5db4118 100755 --- a/admin/utfdbmigrate.php +++ b/admin/utfdbmigrate.php @@ -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 '
Language Import Utility';