Quick Updates

svn path=/trunk/boinc/; revision=15934
This commit is contained in:
Rom Walton 2008-08-24 16:20:52 +00:00
parent d5f19d9515
commit d8d524428b
1 changed files with 5 additions and 3 deletions

View File

@ -166,13 +166,15 @@ if ($pname && $version) {
if ($xml) {
header('Content-type: text/xml');
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>
<versions>
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n
<versions>\n
";
foreach($platforms as $short_name=>$p) {
show_platform_xml($short_name, $p, $dev);
}
echo "</versions>\n";
echo "
</versions>\n
";
} else {
if ($pname) {
$p = $platforms[$pname];