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

More xhtml fixes
Added forum poll configuration to the forum admin module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.settings_time.tpl

    r843 r864  
    100100            <select name='timeoffset' class='textbox' style='width:75px;'> 
    101101                {foreach from=$settings.timezones item=timezone} 
    102                 <option{if $settings2.timeoffset == $timezone} selected{/if}>{$timezone}</option> 
     102                <option{if $settings2.timeoffset == $timezone} selected="selected"{/if}>{$timezone}</option> 
    103103                {/foreach} 
    104104            </select> 
Note: See TracChangeset for help on using the changeset viewer.