Skip to content

Commit

Permalink
typo in import of messaging from syriaca
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Jan 28, 2025
1 parent 7fb8f2e commit 8fc8014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html-stylesheet.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<xsl:param name="applicationPath" select="'syriaca'"/>
<xsl:param name="staticSitePath" select="'syriaca'"/>
<xsl:param name="dataPath" select="'data/'"/>
<xsl:param name="dataPath" select="'../data/'"/>

<!-- Example: generate new index.html page for places collection -->
<xsl:param name="convert" select="'false'"/>
Expand Down Expand Up @@ -302,7 +302,7 @@
<xsl:when test="$collectionTemplate/child::*">
<xsl:sequence select="$collectionTemplate"/>
</xsl:when>
<xsl:otherwise><xsl:otherwise><xsl:message>Error Can not find matching template for TEI page <xsl:value-of select="replace(concat($staticSitePath,'/siteGenerator/components/',string($collectionValues/@template),'.html'),'//','/')"/></xsl:message></xsl:otherwise></xsl:otherwise>
<xsl:otherwise><xsl:message>Error Can not find matching template for TEI page <xsl:value-of select="replace(concat($staticSitePath,'/siteGenerator/components/',string($collectionValues/@template),'.html'),'//','/')"/></xsl:message></xsl:otherwise>
</xsl:choose>
</xsl:when>
</xsl:choose>
Expand Down

0 comments on commit 8fc8014

Please sign in to comment.