summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/header.tpl')
-rw-r--r--themes/default/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/header.tpl b/themes/default/templates/header.tpl
index 1cd9cb4..c1d7a0c 100644
--- a/themes/default/templates/header.tpl
+++ b/themes/default/templates/header.tpl
@@ -15,7 +15,7 @@
<link rel="stylesheet" href="{$web_path}/lightbox2/css/lightbox.css" type="text/css" media="screen" />
{ /if }
{ if $use_autocomplete }
- <script src="{$web_path}/autosuggest/js/bsn.AutoSuggest_2.1.3_comp.js"></script>
+ <script type="text/javascript" src="{$web_path}/autosuggest/js/bsn.AutoSuggest_2.1.3_comp.js"></script>
<link rel="stylesheet" href="{$web_path}/autosuggest/css/autosuggest_inquisitor.css" type="text/css" media="screen" charset="utf-8" />
{ /if }
</head>