diff options
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 627ddf5b6..43e0aa984 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2568,7 +2568,7 @@ function rcube_webmail() this.ksearch_value = q; this.display_message(this.get_label('searching'), 'loading', true); - this.http_post('autocomplete', '_search='+q); + this.http_post('autocomplete', '_search='+urlencode(q)); }; this.ksearch_query_results = function(results, search) |