Skip to content

Commit

Permalink
Adjustment to previous commit for Hebrew/Genizah only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-morrison committed Mar 8, 2018
1 parent ef97831 commit 7509149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msdesc2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
</xsl:when>
<xsl:when test="contains(base-uri(.), 'hebrew-mss') or contains(base-uri(.), 'genizah-mss')">
<!-- In Hebrew and Genizah, a lot of these look like classmarks, so convert them into links to search the catalogue -->
<a href="/?q=%22{translate($target, '_#', ' ')}%22">
<a href="/?q={translate($target, '_#', ' ')}">
<xsl:apply-templates/>
<xsl:copy-of select="bod:logging('warn', 'Converting ref with unrecognized target into a search', ., $target)"/>
</a>
Expand Down

0 comments on commit 7509149

Please sign in to comment.