Skip to content

Commit

Permalink
das schließt den toc-fehler
Browse files Browse the repository at this point in the history
  • Loading branch information
martinantonmueller committed Aug 25, 2023
1 parent ff1d4f9 commit 2088c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt/toc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<sortdate hidden="true">
<xsl:value-of
select="descendant::tei:titleStmt/tei:title[@type = 'iso-date']/text()"
/>
/><xsl:text>;</xsl:text>
</sortdate>
<a>
<xsl:attribute name="href">
Expand Down Expand Up @@ -84,7 +84,7 @@
as="node()?"/>
<xsl:choose>
<xsl:when test="($sortentyp/text() != '') and not(normalize-space(.)='')"> <!-- für den Fall, dass Textinhalt, wird einfach dieser ausgegeben -->
<xsl:value-of select="normalize-space(.)"/>
<xsl:value-of select="normalize-space($sortentyp)"/>
</xsl:when>
<xsl:when test="$sortentyp/@ana">
<xsl:choose>
Expand Down

0 comments on commit 2088c46

Please sign in to comment.