Add one space in the list of langs used to allow the text to flush.

This commit is contained in:
stronk7 2006-04-09 23:37:14 +00:00
parent 96b74b0ac4
commit ea07c59442

View File

@ -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>';