summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/boolean-charts.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/boolean-charts.html.tmpl')
-rw-r--r--template/en/default/search/boolean-charts.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index abfd164a1..455cb48b8 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -53,7 +53,7 @@
<div class="bz_section_title" id="custom_search_filter">
<div id="custom_search_query_controller" class="arrow">&#9660;</div>
- <a id="chart" href="javascript:TUI_toggle_class('custom_search_query')" >
+ <a id="chart" href="javascript:TUI_toggle_class('custom_search_query')">
Custom Search</a> <span class="section_help">Didn't find what
you're looking for above? This area allows for ANDs, ORs,
and other more complex searches.</span>
@@ -70,15 +70,15 @@
with_buttons = 1
condition = { f => 'noop' }
cond_num = cond_num + 1 %]
- <script type="text/javascript">
+ <script>
TUI_alternates['custom_search_query'] = '&#9658;';
TUI_hide_default('custom_search_query');
TUI_alternates['custom_search_advanced'] = "Show Advanced Features";
TUI_hide_default('custom_search_advanced');
</script>
- <script type="text/javascript" src="[% 'js/custom-search.js' FILTER version %]"></script>
- <script type="text/javascript" src="[% 'js/history.js/native.history.js' FILTER version %]"></script>
- <script type="text/javascript">
+ <script src="[% 'js/custom-search.js' FILTER version %]"></script>
+ <script src="[% 'js/history.js/native.history.js' FILTER version %]"></script>
+ <script>
redirect_html4_browsers();
[%# These are alternative labels for the AND and OR options in and_all_select %]
var cs_and_label = 'Match ALL of the following:';