Skip to content

Commit

Permalink
Update Control.Geocoder.js
Browse files Browse the repository at this point in the history
Missing spaces in address popup
  • Loading branch information
tormi committed Jan 1, 2015
1 parent 95769fa commit 9c96756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control.Geocoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@

if (a.city || a.town || a.village) {
parts.push('<span class="' + (parts.length > 0 ? 'leaflet-control-geocoder-address-detail' : '') +
'">{postcode} {city}{town}{village}</span>');
'">{postcode} {city} {town} {village}</span>');
}

if (a.state || a.country) {
Expand Down

0 comments on commit 9c96756

Please sign in to comment.