diff --git a/scripts/system/places/places.html b/scripts/system/places/places.html index e9a131ccd5..243e326996 100644 --- a/scripts/system/places/places.html +++ b/scripts/system/places/places.html @@ -432,7 +432,7 @@ formatedList = formatedList + "
"; - formatedList = formatedList + " | " + placeRecords[i].name + " | "; + formatedList = formatedList + "" + placeRecords[i].name + " | "; if (placeRecords[i].category !== "Z") { formatedList = formatedList + "![]() | ";
}