Skip to content

Commit

Permalink
Just added a line removing unnecessary new lines (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesETelle authored Nov 1, 2024
1 parent 90f4c5a commit af7fe42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/dexpisvgNoaka.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -570,5 +570,8 @@
<xsl:template match="@*">
<xsl:copy />
</xsl:template>

<!-- Used to remove whitespaces and newlines-->
<xsl:strip-space elements="*"/>

</xsl:stylesheet>

0 comments on commit af7fe42

Please sign in to comment.