mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
Add one space in the list of langs used to allow the text to flush.
This commit is contained in:
parent
96b74b0ac4
commit
ea07c59442
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user