fix autocomplete for IE
[platal.git] / templates / search / adv.region.form.tpl
index 6d8c3b0..35b92b4 100644 (file)
 
 <select name="region">
 {if $country neq ""}
-  {geoloc_region country=$country region=$region}
+  {geoloc_region country=$country region=$region available=true}
 {else}
   <option value=""></option>
 {/if}
 </select>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}