Closed ghobona closed 1 year ago
Replicated.
We had to sanitise quotes in keywords and abstracts, because they end up in the HTML meta attributes. We have to sanitise angle brackets as well, because they ends up in the same place, and they are not being escaped.
After using the following command to generate a copy of the template...
docker run --rm -v "$(pwd)":/metanorma metanorma/metanorma metanorma new -d standard -t ogc -l https://github.com/metanorma/metanorma-templates-ogc folder_for_standard
...and then compiling the document with the following command...
docker run -v "$(pwd)":/metanorma -v ${HOME}/.fontist/fonts/:/config/fonts metanorma/metanorma metanorma compile --agree-to-terms -t ogc -x xml,html,doc document.adoc
I found that the text
ext here>'/>
was at the top of the HTML cover page.See attached.