Skip to content

Commit

Permalink
Remove extraneous XML attributes in import XSLT
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#396 for details
  • Loading branch information
Alex Stuart committed Aug 23, 2023
1 parent 4bee46c commit 1fafb5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mdx/uk/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
<!--
Force UTF-8 encoding for the output.
-->
<xsl:output omit-xml-declaration="no" method="xml" encoding="UTF-8"
indent="yes" xalan:indent-amount="4"
/>
<xsl:output omit-xml-declaration="no" method="xml" encoding="UTF-8"/>

<!--
Parameters passed in from verbs.xml.
Expand Down

0 comments on commit 1fafb5c

Please sign in to comment.