From: stronk7 Date: Sat, 13 Jan 2007 20:17:20 +0000 (+0000) Subject: Now the list of downloadable langs (when no fopen is available) doesn't break XML... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c8b250f3775e04243f045f503e40fe1230731ff;p=moodle.git Now the list of downloadable langs (when no fopen is available) doesn't break XML. Related to MDL-7861 --- diff --git a/admin/langimport.php b/admin/langimport.php index 38e056ed31..7ae5dd38bf 100755 --- a/admin/langimport.php +++ b/admin/langimport.php @@ -297,7 +297,7 @@ echo ''; } } else { //print list in local format, and instruction to install - echo ''.$alang[2].''.get_string('download','admin').''; + echo ''.$alang[2].''.get_string('download','admin').''; } $empty = 0; }