-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
searchform is not allowed to have a script element #14
Comments
introducing js leads to: org.hl7.fhir.exceptions.FHIRException: Unable to execute 'onLoad' in script 'scripts/ant.xml' as the template 'ch.fhir.ig.template#current' is not trusted (reason: Template has file extensions: [.js]) |
FHIR IG Publisher Version 1.6.6 (Git# d1dac76a7c14). Built 2024-04-23T09:27:48.515Z returns an error for our search template:
output/searchform.html#/html/body/script at Line 130, column 2 error The <script> tag containing the javascript 'const site = 'file:/'... is illegal and not allowed on the HL7 cibuild - put the script in a .js file in a trusted template
probably two problems
The text was updated successfully, but these errors were encountered: