Skip to content

Commit 6f6732f

Browse files
committed
rebuild
1 parent 655a43a commit 6f6732f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

AzureMap/dcLocList.js

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DataCenterJavaScriptGenerator/MapDataGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public static void Main2(string[] args)
238238

239239
string html = dc.DescriptionHTML;
240240
html = String.Empty;
241-
html += "<br/>Geo: " + dc.Geo;
241+
html += "Geo: " + dc.Geo;
242242
html += "<br/>Region: " + dc.Region;
243243
html += "<br/>Status: " + dc.Status;
244244
html += "<br/>Scope: " + dc.Scope;

0 commit comments

Comments
 (0)