summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/field.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/field.html.tmpl')
-rw-r--r--template/en/default/search/field.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/field.html.tmpl b/template/en/default/search/field.html.tmpl
index d4a1a30b7..defc94cc3 100644
--- a/template/en/default/search/field.html.tmpl
+++ b/template/en/default/search/field.html.tmpl
@@ -87,7 +87,7 @@
onclick="showCalendar('[% field.name FILTER js %]')">
<span>Calendar</span>
</button>
- <div id="con_calendar_[% field.name FILTER html %]"></div>
+ <span id="con_calendar_[% field.name FILTER html %]"></span>
to <input name="[% field.name FILTER html %]to"
id="[% field.name FILTER html %]to" size="10" maxlength="10"
value="[% value.1 FILTER html %]"
@@ -99,7 +99,7 @@
</button>
<small>(YYYY-MM-DD or relative dates)</small>
- <div id="con_calendar_[% field.name FILTER html %]to"></div>
+ <span id="con_calendar_[% field.name FILTER html %]to"></span>
<script type="text/javascript">
createCalendar('[% field.name FILTER js %]');
createCalendar('[% field.name FILTER js %]to');