activating "script-dynamic" for script-src prevents resources as the following from loading <script type="text/javascript" src="/resources/xowiki/bootstrap-treeview/1.2.0/bootstrap-treeview.min.js" nonce="F8843D5CD542FB1CDB4C94C5D13C4E5ECC2E1DCA">
Properly escape "<" and ">" in api-doc documentation.
Since all documentation is rendered via HTML, the characters "<" and ">" have to be HTML-quoted, otherwise strange things (omission, unintended renderings) might occur.
E.g. the sentence
Define an interface between a page and an ADP <include> similar to the page_contract.
was rendered as
Define an interface between a page and an ADP similar to the page_contract.