mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-25 15:40:22 +01:00
Surround player name attribute with double quotes.
This commit is contained in:
parent
5bf52b5de9
commit
99d4f700be
@ -21,7 +21,7 @@ var geoJSONTmpl = template.Must(template.New("geojson").Parse(
|
|||||||
"coordinates": [{{.X}}, {{.Z}}]
|
"coordinates": [{{.X}}, {{.Z}}]
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {{.Name || html }}
|
"name": "{{.Name | html }}"
|
||||||
}
|
}
|
||||||
}`))
|
}`))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user