[-] FO : #PSTEST-722 : Fix bug

This commit is contained in:
lLefevre
2012-02-10 13:14:51 +00:00
parent 4ee2f311a5
commit c19aa4e172
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
<select id="months" name="months">
<option value="">-</option>
{foreach from=$months key=k item=v}
<option value="{$k|escape:'htmlall':'UTF-8'}" {if ($sl_month == $k)}selected="selected"{/if}>{l s="$v"}&nbsp;</option>
<option value="{$k|escape:'htmlall':'UTF-8'}" {if ($sl_month == $k)}selected="selected"{/if}>{l s=$v}&nbsp;</option>
{/foreach}
</select>
<select id="years" name="years">