Ignore:
Timestamp:
Feb 26, 2009, 3:22:24 AM (15 years ago)
Author:
iannucci
Message:

Fixed bug pointed out by Broder with vmtype default and XHTML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/functions.tmpl

    r1693 r2189  
    3737<label>
    3838   <input #slurp
    39 #if $default == $vmtype[0] then 'checked' else ''
     39#if $default == $vmtype[0] then 'checked="checked"' else ''
    4040 type="radio" name="vmtype" id="vmtype-${vmtype[0]}" value="${vmtype[0]}">${vmtype[1]}</input>
    4141</label>
Note: See TracChangeset for help on using the changeset viewer.