summaryrefslogtreecommitdiffstats
path: root/src/search_js.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-06-29 20:14:58 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-06-29 20:14:58 (GMT)
commit9f83539241a64ce7f74d80c118e555e1fc8f8077 (patch)
treee669e210441ef87fa9a366b99d90a0c8d8ae944b /src/search_js.h
parent0bb78ec1f61b95b550b65361081c01a104728341 (diff)
downloadDoxygen-9f83539241a64ce7f74d80c118e555e1fc8f8077.zip
Doxygen-9f83539241a64ce7f74d80c118e555e1fc8f8077.tar.gz
Doxygen-9f83539241a64ce7f74d80c118e555e1fc8f8077.tar.bz2
Release-1.7.4-20110629
Diffstat (limited to 'src/search_js.h')
-rw-r--r--src/search_js.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search_js.h b/src/search_js.h
index d8ef087..934f338 100644
--- a/src/search_js.h
+++ b/src/search_js.h
@@ -240,7 +240,7 @@
" var node = child.firstChild;\n"
" if (j==id)\n"
" {\n"
-" node.innerHTML='&bull;';\n"
+" node.innerHTML='&#8226;';\n"
" }\n"
" else\n"
" {\n"
@@ -337,7 +337,7 @@
" hasResultsPage = false;\n"
" }\n"
"\n"
-" window.frames.MSearchResults.location.href = resultsPageWithSearch; \n"
+" window.frames.MSearchResults.location = resultsPageWithSearch; \n"
" var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();\n"
"\n"
" if (domPopupSearchResultsWindow.style.display!='block')\n"