mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-08-03 07:40:30 +02:00
Surround player name attribute with double quotes.
This commit is contained in:
@ -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 }}"
|
||||||
}
|
}
|
||||||
}`))
|
}`))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user