diff --git a/WebContent/base/OSRM.Geocoder.js b/WebContent/base/OSRM.Geocoder.js index d9c4730b4..4d8808501 100644 --- a/WebContent/base/OSRM.Geocoder.js +++ b/WebContent/base/OSRM.Geocoder.js @@ -84,20 +84,20 @@ _showResults: function(response, parameters) { // show possible results for input var html = ""; - html += '
'+(i+1)+'. | '; - html += ''; + html += ' | '+(i+1)+'. | '; + html += '';
if(result.display_name){
- html += ' '+result.display_name+' ';
+ html += ''+result.display_name+' ';
}
html += " |