Ignore:
Timestamp:
10/03/07 21:40:33 (5 years ago)
Author:
hverton
Message:

More xhtml fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/newsletters/php-files/modules/newsletters/templates/modules.newsletters.send.tpl

    r798 r865  
    3030            <td align='left' class='tbl1' style='white-space:nowrap'> 
    3131                <select name='send_to_myself' class='textbox'> 
    32                     <option value='0' selected >{$locale.nl472}</option> 
     32                    <option value='0' selected="selected">{$locale.nl472}</option> 
    3333                    <option value='1'>{$locale.nl473}</option> 
    3434                </select> 
     
    6262            <td align='left' class='tbl1' style='white-space:nowrap'> 
    6363                <select name='send_to_all' class='textbox'> 
    64                     <option value='0' selected >{$locale.nl472}</option> 
     64                    <option value='0' selected="selected">{$locale.nl472}</option> 
    6565                    <option value='1'>{$locale.nl473}</option> 
    6666                </select> 
Note: See TracChangeset for help on using the changeset viewer.