From 64b0d9b9ab1e67342f43d4d9862a5e17a8a278ff Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 21 Jun 2023 13:02:56 +0200 Subject: [PATCH] revert escaping --- .../freemarker/edit/forms/autoCompleteObjectPropForm.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/autoCompleteObjectPropForm.ftl b/webapp/src/main/webapp/templates/freemarker/edit/forms/autoCompleteObjectPropForm.ftl index a2e308102..51bbe0936 100644 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/autoCompleteObjectPropForm.ftl +++ b/webapp/src/main/webapp/templates/freemarker/edit/forms/autoCompleteObjectPropForm.ftl @@ -119,7 +119,7 @@ Also multiple types parameter set to true only if more than one type returned--> acSelectOnly: 'true', sparqlForAcFilter: '${sparqlForAcFilter?js_string}', sparqlQueryUrl: '${sparqlQueryUrl?js_string}', - acFilterForIndividuals: ${acFilterForIndividuals?js_string}, + acFilterForIndividuals: ${acFilterForIndividuals}, defaultTypeName: '${propertyNameForDisplay?js_string}', // used in repair mode to generate button text baseHref: '${urls.base}/individual?uri=' };