Skip to content

Commit

Permalink
bugfix for spaces in cl
Browse files Browse the repository at this point in the history
  • Loading branch information
chchch committed Nov 2, 2024
1 parent dcfc0e7 commit 34892ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion matrix-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Matrix editor</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans" rel="stylesheet">
<script type="module" crossorigin src="./assets/index--9srUMJG.js"></script>
<script type="module" crossorigin src="./assets/index-R8-UmM5R.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-S5q8WXVs.css">
</head>

Expand Down
2 changes: 2 additions & 0 deletions matrix-editor/src/xslt/matrix.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
exclude-result-prefixes="x">
<xsl:output method="html"/>

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

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

<xsl:template match="x:teiCorpus">
Expand Down

0 comments on commit 34892ba

Please sign in to comment.