Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samosafuz authored Aug 30, 2024
1 parent eb78a1c commit 983acec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pn-xslt/metadata.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<tr>
<th class="rowheader" rowspan="1">Post-Concordance BL Entries</th>
<td>
<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: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>
Expand Down

0 comments on commit 983acec

Please sign in to comment.