Skip to content

Commit

Permalink
fix: render event date correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
babslgam committed Nov 11, 2024
1 parent 6a53291 commit 3979b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/partials/event.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
</xsl:template>
<xsl:template match="tei:event" mode="detail_view_textpage_event_date">
<xsl:param name="render_categories" select="false()"/>
<div class="fs-7 text-dark-grey">
<div class="fs-7 text-dark-grey {if (not($render_categories)) then 'd-inline' else ()}">
<span><xsl:text>(</xsl:text></span>
<xsl:choose>
<xsl:when test="@when">
Expand Down

0 comments on commit 3979b92

Please sign in to comment.