revert escaping
This commit is contained in:
parent
0e984ebb74
commit
64b0d9b9ab
1 changed files with 1 additions and 1 deletions
|
@ -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='
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue