summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/knob.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/knob.html.tmpl')
-rw-r--r--template/en/default/search/knob.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl
index 32ee2d2d1..6bbd390c0 100644
--- a/template/en/default/search/knob.html.tmpl
+++ b/template/en/default/search/knob.html.tmpl
@@ -33,7 +33,7 @@
[% IF NOT userid %]
<input type="hidden" name="cmdtype" value="doit">
[% ELSE %]
- <script> <!--
+ <script type="text/javascript"> <!--
function remCheckboxChanged() {
if (document.queryform.remember.checked == true) {
document.queryform.remtype[0].disabled = false;
@@ -68,7 +68,7 @@
<table>
<tr>
<td>
- <input type="radio"id="cmdtype-doit"
+ <input type="radio" id="cmdtype-doit"
name="cmdtype" value="doit" checked="checked">
<label for="cmdtype-doit">Run this search</label>
</td>
@@ -121,7 +121,7 @@
</tr>
</table>
- <script> <!--
+ <script type="text/javascript"> <!--
remCheckboxChanged();
remTypeChanged();
// -->