aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r--template/yoga/search.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index 90fe76420..fadf6f9c8 100644
--- a/template/yoga/search.tpl
+++ b/template/yoga/search.tpl
@@ -63,7 +63,7 @@
<li>
<select name="start_day">
<option value="0">--</option>
- {section name=day start=1 loop=31}
+ {section name=day start=1 loop=32}
<option value="{$smarty.section.day.index}" {if $smarty.section.day.index==$START_DAY_SELECTED}selected="selected"{/if}>{$smarty.section.day.index}</option>
{/section}
</select>
@@ -81,7 +81,7 @@
<li>
<select name="end_day">
<option value="0">--</option>
- {section name=day start=1 loop=31}
+ {section name=day start=1 loop=32}
<option value="{$smarty.section.day.index}" {if $smarty.section.day.index==$END_DAY_SELECTED}selected="selected"{/if}>{$smarty.section.day.index}</option>
{/section}
</select>