Skip to content

Commit

Permalink
#15 remove relatedItem[@type='otherVersion'] from header
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Jan 21, 2022
1 parent c1c71cf commit 0418de8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

<xsl:template name="otherVersions">
<!-- andere Versionen -->
<xsl:if test="./mods:relatedItem[@type='otherVersion' or @type='otherFormat']">
<xsl:if test="./mods:relatedItem[@type='otherVersion']">
<div class="float-right">
<p class="mt-3">
<xsl:for-each select="./mods:relatedItem[@type='otherVersion' or @type='otherFormat']">
<xsl:for-each select="./mods:relatedItem[@type='otherVersion']">
<xsl:element name="a">
<xsl:attribute name="class">btn btn-sm btn-outline-secondary</xsl:attribute>
<xsl:choose>
Expand Down

0 comments on commit 0418de8

Please sign in to comment.