Skip to content

Commit 4c7cd64

Browse files
committed
Merge pull request #439 from UNC-Libraries/mods-name-types
Removed mods name types from full record display
2 parents b15ba65 + 2973789 commit 4c7cd64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/recordTransformations/modsToFullRecord.xsl

-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
</xsl:otherwise>
8585
</xsl:choose>
8686

87-
<xsl:variable name="nameType" select="@type"/>
88-
<xsl:if test="boolean($nameType)">
89-
<xsl:text> (</xsl:text><xsl:value-of select="$nameType"/><xsl:text>)</xsl:text>
90-
</xsl:if>
9187
<br/><xsl:value-of select="$newline"/>
9288

9389
<xsl:variable name="affiliation" select="*[local-name() = 'affiliation']"/>

0 commit comments

Comments
 (0)