From 1a1b827947e3c50e7e1e31595df6909371c8d256 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 29 May 2008 15:29:44 -0400 Subject: Default arches to 'i386' to be consistent with the trees --- webui_templates/distro_edit.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl index f72ab11..66e982d 100644 --- a/webui_templates/distro_edit.tmpl +++ b/webui_templates/distro_edit.tmpl @@ -104,10 +104,10 @@ function disablename(value) - #if $distro and $distro.arch == "x86" - x86 + #if $distro and $distro.arch == "i386" + i386 #else - x86 + i386 #end if #if $distro and $distro.arch == "x86_64" x86_64 -- cgit