Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Nov 21, 2023
1 parent c0ff344 commit 97c7abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/xsl/ubo-solr.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
</field>
</xsl:template>

<xsl:template match="mods:nameIdentifier[@type='lsf']" mode="solrField.ae">
<xsl:template match="mods:nameIdentifier[@type='researcherid']" mode="solrField.ae">
<field name="ae_researcherid">
<xsl:value-of select="text()" />
</field>
Expand Down Expand Up @@ -323,9 +323,9 @@
<xsl:value-of select="."/>
</field>
</xsl:for-each>
</xsl:if -->
</xsl:if>
</xsl:if>
</xsl:if -->
</xsl:template>

<xsl:template name="oa">
Expand Down

0 comments on commit 97c7abf

Please sign in to comment.