Fix HTML transformation
1 files changed, 1 insertions(+), 0 deletions(-) M tools/release-notes-html.xslt
M tools/release-notes-html.xslt +1 -0
@@ 52,6 52,7 @@ <template match='n:*'> <element name='{local-name(.)}' namespace="http://www.w3.org/1999/xhtml"> + <copy-of select='@*'/> <apply-templates/> </element> </template>