Minor tidy ups

This commit is contained in:
Bernard Darnton
2020-11-04 20:18:05 +13:00
parent 7dc4cea8ae
commit db73a789e7
4 changed files with 6 additions and 5 deletions
@@ -52,7 +52,8 @@ namespace BlazorDeviceTestRig.Pages
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
new TileLayerOptions
{
Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, <a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>"
Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, " +
@"<a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>"
}
);
}