Skip to content

Commit

Permalink
explicitly preserve space for w elements (is this needed?)
Browse files Browse the repository at this point in the history
  • Loading branch information
chchch committed Nov 2, 2024
1 parent 34892ba commit 3767530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix-editor/src/xslt/matrix.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
exclude-result-prefixes="x">
<xsl:output method="html"/>

<xsl:preserve-space elements="x:w"/>
<xsl:strip-space elements="x:cl"/>

<xsl:template match="x:teiHeader"/>
Expand Down

0 comments on commit 3767530

Please sign in to comment.