summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/header.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:42:36 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:42:36 +0200
commitd97a057346bebb98be293d903a86987273cbee3e (patch)
tree6f1ff7dc2f46b8de0bf2438447cb2f5165aa4199 /themes/default/templates/header.tpl
parentb5ff85f75a27397c1ab4164fdefa9d734dc0e39d (diff)
parent7731c49b82089c7b62cc70f84edbae0d39f54fd3 (diff)
fix conflicts during merge of Arun's tree
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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>