From 97af0e7e50fae5eb2c0099c1e4af81159ac4ea4a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 12 Apr 2012 22:30:02 +0000 Subject: [PATCH] web: separate Intel-only from Universal (PowerPC & Intel) clients on download-all page svn path=/trunk/boinc/; revision=25552 --- doc/versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/versions.inc b/doc/versions.inc index 7d345529d2..81c0209cfb 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -284,7 +284,7 @@ $platforms = array( "win"=>$windows, "winx64"=>$windowsx64, "mac"=>$mac, - "macppc" = $macppc, + "mac"=>$macppc, "linux"=>$linux, "linuxx64"=>$linuxx64, "linuxcompat"=>$linuxcompat,