Skip to content

Commit

Permalink
Merge pull request #168 from samosafuz/patch-3
Browse files Browse the repository at this point in the history
Add link to BL-online
  • Loading branch information
hcayless authored Dec 10, 2024
2 parents c30cccc + 983acec commit 1d7e7cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pn-xslt/metadata.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@
<tr>
<th class="rowheader" rowspan="1">Post-Concordance BL Entries</th>
<td>
<xsl:for-each select=".//t:bibl"><xsl:value-of select="normalize-space(.)"/><xsl:if test="position() != last()">; </xsl:if></xsl:for-each>
<xsl:if test=".//t:bibl[@type='BL-online']"><a href="{.//t:bibl[@type='BL-online']/t:ptr/@target}">BL-online</a><xsl:text>; </xsl:text></xsl:if>
<xsl:for-each select=".//t:bibl[@type='BL']"><xsl:value-of select="normalize-space(.)"/><xsl:if test="position() != last()">; </xsl:if></xsl:for-each>
</td>
</tr>
</xsl:template>
Expand Down

0 comments on commit 1d7e7cf

Please sign in to comment.