Skip to content

Commit

Permalink
reduced line break
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Oct 17, 2024
1 parent c2de227 commit 618353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/leaflet-choropleth-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
// method that we will use to update the control based on feature properties passed
info.update = function (props) {
this._div.innerHTML = '<h4>Number of chestnut street trees in each Vancouver neighborhood</h4><br>' + (props ?
'<p><b>Neighborhood:</b> ' + props.name + '<br><br><b>Total:</b> ' + props.chestnuts + '<br>'
'<p><b>Neighborhood:</b> ' + props.name + '<br><b>Total:</b> ' + props.chestnuts + '<br>'
: 'Hover over a neighborhood');
};

Expand Down

0 comments on commit 618353f

Please sign in to comment.