diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-02-10 12:31:40 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-02-10 12:31:40 (GMT) |
commit | 95fd5f1c991ee66f7122801276a133ebfce86aaa (patch) | |
tree | b6882cdef0c60182168c8c11e298dcd76cc02bbc /src/search.php | |
parent | 38c6a14b15d87348076be142abea8663009ace82 (diff) | |
download | Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.zip Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.tar.gz Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.tar.bz2 |
Release-1.5.5
Diffstat (limited to 'src/search.php')
-rw-r--r-- | src/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.php b/src/search.php index 6253e67..f86184c 100644 --- a/src/search.php +++ b/src/search.php @@ -288,7 +288,7 @@ function main() { $query=$_GET["query"]; } - end_form($query); + end_form(ereg_replace("[^[:alnum:]:\\.\\t ]", " ", $query )); echo " \n<div class=\"searchresults\">\n"; $results = array(); $requiredWords = array(); |