summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/search.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-20 06:08:16 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-20 06:08:16 +0200
commitf3f12303def5f19118f086ca465d67032dc57706 (patch)
tree6f28a3db28c4e6cf9c40115a63b6ae8908327220 /themes/default/templates/search.tpl
parent112916d4ffcc59590b3fd8753ea832c171167751 (diff)
issue119, fixed auto-completetion script-url containing &nbsp;
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates/search.tpl')
-rw-r--r--themes/default/templates/search.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl
index 767cbcf..c1d152c 100644
--- a/themes/default/templates/search.tpl
+++ b/themes/default/templates/search.tpl
@@ -8,11 +8,11 @@
<td>Tag:</td>
<td>
{ if $use_autocomplete }
- <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&amp;search=[S]&amp;length=10" />
+ <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&search=[S]&length=10" />
{ literal }
<script type="text/javascript">
var options = {
- script: "rpc.php?action=getxmltaglist&amp;",
+ script: "rpc.php?action=getxmltaglist&",
varname: "search",
json: false,
maxresults: 15