From ea07c594422fec8ac38d87b18199b4364625cc69 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 9 Apr 2006 23:37:14 +0000 Subject: [PATCH] Add one space in the list of langs used to allow the text to flush. --- admin/utfdbmigrate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5