]> git.mjollnir.org Git - moodle.git/commitdiff
Now the list of downloadable langs (when no fopen is available) doesn't break XML...
authorstronk7 <stronk7>
Sat, 13 Jan 2007 20:17:20 +0000 (20:17 +0000)
committerstronk7 <stronk7>
Sat, 13 Jan 2007 20:17:20 +0000 (20:17 +0000)
admin/langimport.php

index 38e056ed31b88d8df4da1ca1aa554c4e9a60b707..7ae5dd38bfc5afcfacecb91c8549c2203606a56a 100755 (executable)
                             echo '<option value="'.$alang[0].'">'.$alang[2].' ('.$shortlang.')</option>';
                         }
                     } else {    //print list in local format, and instruction to install
-                        echo '<tr><td>'.$alang[2].'</td><td><a href="http://download.moodle.org/lang16/'.$alang[0].'.zip">'.get_string('download','admin').'</a>';
+                        echo '<tr><td>'.$alang[2].'</td><td><a href="http://download.moodle.org/lang16/'.$alang[0].'.zip">'.get_string('download','admin').'</a></td></tr>';
                     }
                     $empty = 0;
                 }