diff --git a/public/home/search.js b/public/home/search.js index 400b0eeb0..dddb468e4 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -246,7 +246,7 @@ function displayOrgResult(page,jsonResult,onlyReturnNum,keyword){ html += ""; html += "
"; html += "
"; - html += " " + recordMap["name"] + ""; + html += " " + recordMap["name"] + ""; html +="
"; html += "
"; html += "

" + recordMap["description"] + "

";