From 951ff47a4c46a212194a763496145fbafb7ba471 Mon Sep 17 00:00:00 2001
From: Peter Iannucci <iannucci@mit.edu>
Date: Thu, 26 Feb 2009 22:20:10 -0500
Subject: [PATCH 1/1] Fixed other instance of checked attribute

svn path=/trunk/packages/invirt-web/; revision=2190
---
 code/templates/list.tmpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl
index cf59937..7c8e5d1 100644
--- a/code/templates/list.tmpl
+++ b/code/templates/list.tmpl
@@ -86,7 +86,7 @@ $autoList($defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdromlist').v
 	</tr>
 	<tr>
 	  <td>Boot CD</td>
-	  <td><input type="radio" name="cd_or_auto" id="cd_or_auto_cd" checked
+	  <td><input type="radio" name="cd_or_auto" id="cd_or_auto_cd" checked="checked"
                 onchange="\$('autoinstalllist').value = ''; \$('vmtype-linux-hvm').checked = true">
 #filter None
 $cdromList($defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoinstalllist').value = '';$('vmtype-linux-hvm').checked = true")
-- 
1.7.9.5