Fixed bug pointed out by Broder with vmtype default and XHTML.
[invirt/packages/invirt-web.git] / code / templates / functions.tmpl
index 86dc772..305b4e8 100644 (file)
@@ -36,7 +36,7 @@ $databaseList(sorted($database.Autoinstall.query(), key=lambda x: x.description)
 #for $vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), )
 <label>
    <input #slurp
-#if $default == $vmtype[0] then 'checked' else ''
+#if $default == $vmtype[0] then 'checked="checked"' else ''
  type="radio" name="vmtype" id="vmtype-${vmtype[0]}" value="${vmtype[0]}">${vmtype[1]}</input>
 </label>
 #end for